#AA6596

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

Shades of Violet Blue #AA6596

Tints of Violet Blue #AA6596

Color information

#AA6596 (or 0xAA6596) is unknown color: approx Violet Blue. HEX triplet: AA, 65 and 96. RGB value is (170,101,150). Sum of RGB (Red+Green+Blue) = 170+101+150=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6596 is #559A69. Grayscale: #7F7F7F. Windows color (decimal): -5610090 or 9856426. OLE color: 9856426.

HSL color Cylindrical-coordinate representation of color #AA6596: hue angle of 317.39º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6596 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB170101150-
CMYK00.410.120.33
HSL317.39º28.87%53.14%-
HSV(B)317.39º40.59%66.67%-
XYZ26.7420.0631.32-
YUV127.22140.86158.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=40.38%
G=23.99%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010115000.410.120.33317.3928.8753.14
HexAA6596029C2113d1d35
Octal25214522605114414753565
Binary101010101100101100101100101001110010000110011110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6596; }

 p { color: rgb(170,101,150); }

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

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

 a { background-color: rgb(170,101,150); }

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

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

 span { border-color: rgb(170,101,150); }

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