#AA6597

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

Shades of Violet Blue #AA6597

Tints of Violet Blue #AA6597

Color information

#AA6597 (or 0xAA6597) is unknown color: approx Violet Blue. HEX triplet: AA, 65 and 97. RGB value is (170,101,151). Sum of RGB (Red+Green+Blue) = 170+101+151=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6597 is #559A68. Grayscale: #7F7F7F. Windows color (decimal): -5610089 or 9921962. OLE color: 9921962.

HSL color Cylindrical-coordinate representation of color #AA6597: hue angle of 316.52º 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 #AA6597 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB170101151-
CMYK00.410.110.33
HSL316.52º28.87%53.14%-
HSV(B)316.52º40.59%66.67%-
XYZ26.8220.0931.74-
YUV127.33141.36158.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 151 (59.38% from 255) = 35.78%
R=40.28%
G=23.93%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010115100.410.110.33316.5228.8753.14
HexAA6597029B2113d1d35
Octal25214522705113414753565
Binary101010101100101100101110101001101110000110011110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6597; }

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

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

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

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

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

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

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

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