#A96FAD

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

Shades of Violet Blue #A96FAD

Tints of Violet Blue #A96FAD

Color information

#A96FAD (or 0xA96FAD) is unknown color: approx Violet Blue. HEX triplet: A9, 6F and AD. RGB value is (169,111,173). Sum of RGB (Red+Green+Blue) = 169+111+173=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #A96FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96FAD is #569052. Grayscale: #878787. Windows color (decimal): -5673043 or 11366313. OLE color: 11366313.

HSL color Cylindrical-coordinate representation of color #A96FAD: hue angle of 296.13º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A96FAD is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169111173-
CMYK0.020.3600.32
HSL296.13º27.43%55.69%-
HSV(B)296.13º35.84%67.84%-
XYZ29.5922.8242.38-
YUV135.41149.22151.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 111 (43.75% from 255) = 24.50%
BLUE value IS 173 (67.97% from 255) = 38.19%
R=37.31%
G=24.50%
B=38.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691111730.020.3600.32296.1327.4355.69
HexA96FAD2240201281b38
Octal2511572552440404503370
Binary1010100111011111010110110100100010000010010100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FAD; }

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

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

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

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

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

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

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

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