#AA52DC

Color #AA52DC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AA52DC

Tints of Medium Orchid #AA52DC

Color information

#AA52DC (or 0xAA52DC) is unknown color: approx Medium Orchid. HEX triplet: AA, 52 and DC. RGB value is (170,82,220). Sum of RGB (Red+Green+Blue) = 170+82+220=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA52DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52DC is #55AD23. Grayscale: #7B7B7B. Windows color (decimal): -5614884 or 14439082. OLE color: 14439082.

HSL color Cylindrical-coordinate representation of color #AA52DC: hue angle of 278.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA52DC is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17082220-
CMYK0.230.6300.14
HSL278.26º66.35%59.22%-
HSV(B)278.26º62.73%86.27%-
XYZ32.5119.7569.81-
YUV124.04182.15160.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 82 (32.42% from 255) = 17.37%
BLUE value IS 220 (86.33% from 255) = 46.61%
R=36.02%
G=17.37%
B=46.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170822200.230.6300.14278.2666.3559.22
HexAA52DC173F0E116423b
Octal252122334277701642610273
Binary1010101010100101101110010111111111011101000101101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA52DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA52DC; }

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

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

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

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

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

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

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

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