#AA459D

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

Shades of Violet Blue #AA459D

Tints of Violet Blue #AA459D

Color information

#AA459D (or 0xAA459D) is unknown color: approx Violet Blue. HEX triplet: AA, 45 and 9D. RGB value is (170,69,157). Sum of RGB (Red+Green+Blue) = 170+69+157=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA459D is #55BA62. Grayscale: #6C6C6C. Windows color (decimal): -5618275 or 10306986. OLE color: 10306986.

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

Color convert

RGB17069157-
CMYK00.590.080.33
HSL307.72º42.26%46.86%-
HSV(B)307.72º59.41%66.67%-
XYZ24.7915.2433.53-
YUV109.23154.96171.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 69 (27.34% from 255) = 17.42%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=42.93%
G=17.42%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706915700.590.080.33307.7242.2646.86
HexAA459D03B8211342a2f
Octal25210523507310414645257
Binary1010101010001011001110101110111000100001100110100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA459D; }

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

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

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

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

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

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

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

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