#AA45A5

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

Shades of Violet Blue #AA45A5

Tints of Violet Blue #AA45A5

Color information

#AA45A5 (or 0xAA45A5) is unknown color: approx Violet Blue. HEX triplet: AA, 45 and A5. RGB value is (170,69,165). Sum of RGB (Red+Green+Blue) = 170+69+165=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA45A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA45A5 is #55BA5A. Grayscale: #6D6D6D. Windows color (decimal): -5618267 or 10831274. OLE color: 10831274.

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

Color convert

RGB17069165-
CMYK00.590.030.33
HSL302.97º42.26%46.86%-
HSV(B)302.97º59.41%66.67%-
XYZ25.515.5237.25-
YUV110.14158.96170.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 69 (27.34% from 255) = 17.08%
BLUE value IS 165 (64.84% from 255) = 40.84%
R=42.08%
G=17.08%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706916500.590.030.33302.9742.2646.86
HexAA45A503B32112f2a2f
Octal2521052450733414575257
Binary10101010100010110100101011101111100001100101111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA45A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA45A5; }

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

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

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

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

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

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

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

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