#AA4599

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

Shades of Violet Blue #AA4599

Tints of Violet Blue #AA4599

Color information

#AA4599 (or 0xAA4599) is unknown color: approx Violet Blue. HEX triplet: AA, 45 and 99. RGB value is (170,69,153). Sum of RGB (Red+Green+Blue) = 170+69+153=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4599 is #55BA66. Grayscale: #6C6C6C. Windows color (decimal): -5618279 or 10044842. OLE color: 10044842.

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

Color convert

RGB17069153-
CMYK00.590.10.33
HSL310.1º42.26%46.86%-
HSV(B)310.1º59.41%66.67%-
XYZ24.4615.131.76-
YUV108.78152.96171.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 69 (27.34% from 255) = 17.60%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=43.37%
G=17.60%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706915300.590.10.33310.142.2646.86
HexAA459903BA211362a2f
Octal25210523107312414665257
Binary1010101010001011001100101110111010100001100110110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4599; }

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

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

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

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

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

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

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

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