#A96FAF

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

Shades of Violet Blue #A96FAF

Tints of Violet Blue #A96FAF

Color information

#A96FAF (or 0xA96FAF) is unknown color: approx Violet Blue. HEX triplet: A9, 6F and AF. RGB value is (169,111,175). Sum of RGB (Red+Green+Blue) = 169+111+175=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #A96FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96FAF is #569050. Grayscale: #878787. Windows color (decimal): -5673041 or 11497385. OLE color: 11497385.

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

Color convert

RGB169111175-
CMYK0.030.3700.31
HSL294.38º28.57%56.08%-
HSV(B)294.38º36.57%68.63%-
XYZ29.7822.943.41-
YUV135.64150.22151.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.14%
GREEN value IS 111 (43.75% from 255) = 24.40%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=37.14%
G=24.40%
B=38.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691111750.030.3700.31294.3828.5756.08
HexA96FAF32501F1261d38
Octal2511572573450374463570
Binary101010011101111101011111110010101111110010011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FAF; }

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

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

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

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

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

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

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

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