#AA52D6

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

Shades of Medium Orchid #AA52D6

Tints of Medium Orchid #AA52D6

Color information

#AA52D6 (or 0xAA52D6) is unknown color: approx Medium Orchid. HEX triplet: AA, 52 and D6. RGB value is (170,82,214). Sum of RGB (Red+Green+Blue) = 170+82+214=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA52D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52D6 is #55AD29. Grayscale: #7A7A7A. Windows color (decimal): -5614890 or 14045866. OLE color: 14045866.

HSL color Cylindrical-coordinate representation of color #AA52D6: hue angle of 280º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA52D6 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17082214-
CMYK0.210.6200.16
HSL280º61.68%58.04%-
HSV(B)280º61.68%83.92%-
XYZ31.7319.4465.7-
YUV123.36179.15161.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 82 (32.42% from 255) = 17.60%
BLUE value IS 214 (83.98% from 255) = 45.92%
R=36.48%
G=17.60%
B=45.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170822140.210.6200.1628061.6858.04
HexAA52D6153E0101183e3a
Octal25212232625760204307672
Binary1010101010100101101011010101111110010000100011000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA52D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA52D6; }

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

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

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

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

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

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

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

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