#A95FB2

Color #A95FB2 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A95FB2

Tints of Violet Blue #A95FB2

Color information

#A95FB2 (or 0xA95FB2) is unknown color: approx Violet Blue. HEX triplet: A9, 5F and B2. RGB value is (169,95,178). Sum of RGB (Red+Green+Blue) = 169+95+178=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 178 - color contains mainly: blue. Hex color #A95FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95FB2 is #56A04D. Grayscale: #7E7E7E. Windows color (decimal): -5677134 or 11689897. OLE color: 11689897.

HSL color Cylindrical-coordinate representation of color #A95FB2: hue angle of 293.49º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A95FB2 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16995178-
CMYK0.050.4700.30
HSL293.49º35.02%53.53%-
HSV(B)293.49º46.63%69.8%-
XYZ28.4919.8344.45-
YUV126.59157.02158.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 38.24%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 178 (69.92% from 255) = 40.27%
R=38.24%
G=21.49%
B=40.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal169951780.050.4700.30293.4935.0253.53
HexA95FB252F01E1252336
Octal2511372625570364454366
Binary10101001101111110110010101101111011110100100101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95FB2; }

 p { color: rgb(169,95,178); }

 H1.HeaderClassName
 {
   color: #A95FB2;
 }
 .AnyTagClassName
 {
   color: #A95FB2;
 }
</style>
background-color css

<style>
 a { background-color: #A95FB2; }

 a { background-color: rgb(169,95,178); }

 div.DivClassName
 {
   background-color: #A95FB2;
 }
 .BgClassName
 {
   background-color: #A95FB2;
 }
</style>
border-color css

<style>
 span { border-color: #A95FB2; }

 span { border-color: rgb(169,95,178); }

 td.TdClassName
 {
   border-color: #A95FB2;
 }
 .TagClassName
 {
   border-color: #A95FB2;
 }
</style>