#AA52A5

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

Shades of Violet Blue #AA52A5

Tints of Violet Blue #AA52A5

Color information

#AA52A5 (or 0xAA52A5) is unknown color: approx Violet Blue. HEX triplet: AA, 52 and A5. RGB value is (170,82,165). Sum of RGB (Red+Green+Blue) = 170+82+165=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA52A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA52A5 is #55AD5A. Grayscale: #757575. Windows color (decimal): -5614939 or 10834602. OLE color: 10834602.

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

Color convert

RGB17082165-
CMYK00.520.030.33
HSL303.41º34.92%49.41%-
HSV(B)303.41º51.76%66.67%-
XYZ26.3917.337.55-
YUV117.77154.65165.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 82 (32.42% from 255) = 19.66%
BLUE value IS 165 (64.84% from 255) = 39.57%
R=40.77%
G=19.66%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708216500.520.030.33303.4134.9249.41
HexAA52A503432112f2331
Octal2521222450643414574361
Binary10101010101001010100101011010011100001100101111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA52A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA52A5; }

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

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

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

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

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

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

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

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