#AA32A5

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

Shades of Violet Blue #AA32A5

Tints of Violet Blue #AA32A5

Color information

#AA32A5 (or 0xAA32A5) is unknown color: approx Violet Blue. HEX triplet: AA, 32 and A5. RGB value is (170,50,165). Sum of RGB (Red+Green+Blue) = 170+50+165=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA32A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA32A5 is #55CD5A. Grayscale: #626262. Windows color (decimal): -5623131 or 10826410. OLE color: 10826410.

HSL color Cylindrical-coordinate representation of color #AA32A5: hue angle of 302.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA32A5 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB17050165-
CMYK00.710.030.33
HSL302.5º54.55%43.14%-
HSV(B)302.5º70.59%66.67%-
XYZ24.5113.5436.92-
YUV98.99165.26178.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 50 (19.92% from 255) = 12.99%
BLUE value IS 165 (64.84% from 255) = 42.86%
R=44.16%
G=12.99%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705016500.710.030.33302.554.5543.14
HexAA32A504732112e372b
Octal2526224501073414566753
Binary10101010110010101001010100011111100001100101110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA32A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA32A5; }

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

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

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

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

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

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

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

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