#AA52AD

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

Shades of Violet Blue #AA52AD

Tints of Violet Blue #AA52AD

Color information

#AA52AD (or 0xAA52AD) is unknown color: approx Violet Blue. HEX triplet: AA, 52 and AD. RGB value is (170,82,173). Sum of RGB (Red+Green+Blue) = 170+82+173=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA52AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA52AD is #55AD52. Grayscale: #767676. Windows color (decimal): -5614931 or 11358890. OLE color: 11358890.

HSL color Cylindrical-coordinate representation of color #AA52AD: hue angle of 298.02º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA52AD is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17082173-
CMYK0.020.5300.32
HSL298.02º35.69%50%-
HSV(B)298.02º52.6%67.84%-
XYZ27.1417.641.5-
YUV118.69158.65164.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 82 (32.42% from 255) = 19.29%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=40%
G=19.29%
B=40.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170821730.020.5300.32298.0235.6950
HexAA52AD23502012a2432
Octal2521222552650404524462
Binary10101010101001010101101101101010100000100101010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA52AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA52AD; }

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

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

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

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

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

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

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

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