#A96CAF

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

Shades of Violet Blue #A96CAF

Tints of Violet Blue #A96CAF

Color information

#A96CAF (or 0xA96CAF) is unknown color: approx Violet Blue. HEX triplet: A9, 6C and AF. RGB value is (169,108,175). Sum of RGB (Red+Green+Blue) = 169+108+175=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #A96CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96CAF is #569350. Grayscale: #858585. Windows color (decimal): -5673809 or 11496617. OLE color: 11496617.

HSL color Cylindrical-coordinate representation of color #A96CAF: hue angle of 294.63º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A96CAF is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB169108175-
CMYK0.030.3800.31
HSL294.63º29.52%55.49%-
HSV(B)294.63º38.29%68.63%-
XYZ29.4622.2643.3-
YUV133.88151.21153.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 175 (68.75% from 255) = 38.72%
R=37.39%
G=23.89%
B=38.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691081750.030.3800.31294.6329.5255.49
HexA96CAF32601F1271e37
Octal2511542573460374473667
Binary101010011101100101011111110011001111110010011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96CAF; }

 p { color: rgb(169,108,175); }

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

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

 a { background-color: rgb(169,108,175); }

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

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

 span { border-color: rgb(169,108,175); }

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