#AA52CD

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

Shades of Medium Orchid #AA52CD

Tints of Medium Orchid #AA52CD

Color information

#AA52CD (or 0xAA52CD) is unknown color: approx Medium Orchid. HEX triplet: AA, 52 and CD. RGB value is (170,82,205). Sum of RGB (Red+Green+Blue) = 170+82+205=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA52CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52CD is #55AD32. Grayscale: #797979. Windows color (decimal): -5614899 or 13456042. OLE color: 13456042.

HSL color Cylindrical-coordinate representation of color #AA52CD: hue angle of 282.93º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA52CD is Cyan = 0.17, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17082205-
CMYK0.170.600.20
HSL282.93º55.16%56.27%-
HSV(B)282.93º60%80.39%-
XYZ30.6118.9959.81-
YUV122.33174.65162-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 82 (32.42% from 255) = 17.94%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=37.20%
G=17.94%
B=44.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170822050.170.600.20282.9355.1656.27
HexAA52CD113C01411b3738
Octal25212231521740244336770
Binary1010101010100101100110110001111100010100100011011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA52CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA52CD; }

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

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

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

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

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

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

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

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