#AA52DD

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

Shades of Medium Orchid #AA52DD

Tints of Medium Orchid #AA52DD

Color information

#AA52DD (or 0xAA52DD) is unknown color: approx Medium Orchid. HEX triplet: AA, 52 and DD. RGB value is (170,82,221). Sum of RGB (Red+Green+Blue) = 170+82+221=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA52DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52DD is #55AD22. Grayscale: #7B7B7B. Windows color (decimal): -5614883 or 14504618. OLE color: 14504618.

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

Color convert

RGB17082221-
CMYK0.230.6300.13
HSL277.99º67.15%59.41%-
HSV(B)277.99º62.9%86.67%-
XYZ32.6519.870.51-
YUV124.16182.65160.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 82 (32.42% from 255) = 17.34%
BLUE value IS 221 (86.72% from 255) = 46.72%
R=35.94%
G=17.34%
B=46.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170822210.230.6300.13277.9967.1559.41
HexAA52DD173F0D116433b
Octal252122335277701542610373
Binary1010101010100101101110110111111111011011000101101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA52DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA52DD; }

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

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

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

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

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

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

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

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