#A96AAC

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

Shades of Violet Blue #A96AAC

Tints of Violet Blue #A96AAC

Color information

#A96AAC (or 0xA96AAC) is unknown color: approx Violet Blue. HEX triplet: A9, 6A and AC. RGB value is (169,106,172). Sum of RGB (Red+Green+Blue) = 169+106+172=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #A96AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96AAC is #569553. Grayscale: #848484. Windows color (decimal): -5674324 or 11299497. OLE color: 11299497.

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

Color convert

RGB169106172-
CMYK0.020.3800.33
HSL297.27º28.45%54.51%-
HSV(B)297.27º38.37%67.45%-
XYZ28.9621.7241.7-
YUV132.36150.37154.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.81%
GREEN value IS 106 (41.80% from 255) = 23.71%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=37.81%
G=23.71%
B=38.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691061720.020.3800.33297.2728.4554.51
HexA96AAC2260211291c37
Octal2511522542460414513467
Binary1010100111010101010110010100110010000110010100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96AAC; }

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

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

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

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

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

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

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

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