#AA52AB

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

Shades of Violet Blue #AA52AB

Tints of Violet Blue #AA52AB

Color information

#AA52AB (or 0xAA52AB) is unknown color: approx Violet Blue. HEX triplet: AA, 52 and AB. RGB value is (170,82,171). Sum of RGB (Red+Green+Blue) = 170+82+171=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA52AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA52AB is #55AD54. Grayscale: #767676. Windows color (decimal): -5614933 or 11227818. OLE color: 11227818.

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

Color convert

RGB17082171-
CMYK0.010.5200.33
HSL299.33º35.18%49.61%-
HSV(B)299.33º52.05%67.06%-
XYZ26.9517.5240.49-
YUV118.46157.65164.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 82 (32.42% from 255) = 19.39%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=40.19%
G=19.39%
B=40.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170821710.010.5200.33299.3335.1849.61
HexAA52AB13402112b2332
Octal2521222531640414534362
Binary1010101010100101010101111101000100001100101011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA52AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA52AB; }

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

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

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

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

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

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

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

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