#A96AAE

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

Shades of Violet Blue #A96AAE

Tints of Violet Blue #A96AAE

Color information

#A96AAE (or 0xA96AAE) is unknown color: approx Violet Blue. HEX triplet: A9, 6A and AE. RGB value is (169,106,174). Sum of RGB (Red+Green+Blue) = 169+106+174=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #A96AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96AAE is #569551. Grayscale: #848484. Windows color (decimal): -5674322 or 11430569. OLE color: 11430569.

HSL color Cylindrical-coordinate representation of color #A96AAE: hue angle of 295.59º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A96AAE is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169106174-
CMYK0.030.3900.32
HSL295.59º29.57%54.9%-
HSV(B)295.59º39.08%68.24%-
XYZ29.1621.842.72-
YUV132.59151.37153.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.64%
GREEN value IS 106 (41.80% from 255) = 23.61%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=37.64%
G=23.61%
B=38.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691061740.030.3900.32295.5929.5754.9
HexA96AAE3270201281e37
Octal2511522563470404503667
Binary1010100111010101010111011100111010000010010100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96AAE; }

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

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

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

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

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

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

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

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