#A96FAC

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

Shades of Violet Blue #A96FAC

Tints of Violet Blue #A96FAC

Color information

#A96FAC (or 0xA96FAC) is unknown color: approx Violet Blue. HEX triplet: A9, 6F and AC. RGB value is (169,111,172). Sum of RGB (Red+Green+Blue) = 169+111+172=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #A96FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96FAC is #569053. Grayscale: #878787. Windows color (decimal): -5673044 or 11300777. OLE color: 11300777.

HSL color Cylindrical-coordinate representation of color #A96FAC: hue angle of 297.05º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A96FAC is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169111172-
CMYK0.020.3500.33
HSL297.05º26.87%55.49%-
HSV(B)297.05º35.47%67.45%-
XYZ29.4922.7841.87-
YUV135.3148.72152.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 111 (43.75% from 255) = 24.56%
BLUE value IS 172 (67.58% from 255) = 38.05%
R=37.39%
G=24.56%
B=38.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691111720.020.3500.33297.0526.8755.49
HexA96FAC2230211291b37
Octal2511572542430414513367
Binary1010100111011111010110010100011010000110010100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FAC; }

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

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

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

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

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

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

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

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