#AA4597

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

Shades of Violet Blue #AA4597

Tints of Violet Blue #AA4597

Color information

#AA4597 (or 0xAA4597) is unknown color: approx Violet Blue. HEX triplet: AA, 45 and 97. RGB value is (170,69,151). Sum of RGB (Red+Green+Blue) = 170+69+151=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4597 is #55BA68. Grayscale: #6C6C6C. Windows color (decimal): -5618281 or 9913770. OLE color: 9913770.

HSL color Cylindrical-coordinate representation of color #AA4597: hue angle of 311.29º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4597 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB17069151-
CMYK00.590.110.33
HSL311.29º42.26%46.86%-
HSV(B)311.29º59.41%66.67%-
XYZ24.2915.0430.9-
YUV108.55151.96171.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 151 (59.38% from 255) = 38.72%
R=43.59%
G=17.69%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706915100.590.110.33311.2942.2646.86
HexAA459703BB211372a2f
Octal25210522707313414675257
Binary1010101010001011001011101110111011100001100110111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4597; }

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

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

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

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

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

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

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

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