#A96EAC

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

Shades of Violet Blue #A96EAC

Tints of Violet Blue #A96EAC

Color information

#A96EAC (or 0xA96EAC) is unknown color: approx Violet Blue. HEX triplet: A9, 6E and AC. RGB value is (169,110,172). Sum of RGB (Red+Green+Blue) = 169+110+172=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #A96EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96EAC is #569153. Grayscale: #868686. Windows color (decimal): -5673300 or 11300521. OLE color: 11300521.

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

Color convert

RGB169110172-
CMYK0.020.3600.33
HSL297.1º27.19%55.29%-
HSV(B)297.1º36.05%67.45%-
XYZ29.3822.5741.84-
YUV134.71149.05152.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.47%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=37.47%
G=24.39%
B=38.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691101720.020.3600.33297.127.1955.29
HexA96EAC2240211291b37
Octal2511562542440414513367
Binary1010100111011101010110010100100010000110010100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96EAC; }

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

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

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

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

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

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

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

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