#AA52AC

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

Shades of Violet Blue #AA52AC

Tints of Violet Blue #AA52AC

Color information

#AA52AC (or 0xAA52AC) is unknown color: approx Violet Blue. HEX triplet: AA, 52 and AC. RGB value is (170,82,172). Sum of RGB (Red+Green+Blue) = 170+82+172=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA52AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA52AC is #55AD53. Grayscale: #767676. Windows color (decimal): -5614932 or 11293354. OLE color: 11293354.

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

Color convert

RGB17082172-
CMYK0.010.5200.33
HSL298.67º35.43%49.8%-
HSV(B)298.67º52.33%67.45%-
XYZ27.0417.5640.99-
YUV118.57158.15164.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 82 (32.42% from 255) = 19.34%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=40.09%
G=19.34%
B=40.57%

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
Decimal170821720.010.5200.33298.6735.4349.8
HexAA52AC13402112b2332
Octal2521222541640414534362
Binary1010101010100101010110011101000100001100101011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA52AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA52AC; }

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

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

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

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

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

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

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

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