#AA52CC

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

Shades of Medium Orchid #AA52CC

Tints of Medium Orchid #AA52CC

Color information

#AA52CC (or 0xAA52CC) is unknown color: approx Medium Orchid. HEX triplet: AA, 52 and CC. RGB value is (170,82,204). Sum of RGB (Red+Green+Blue) = 170+82+204=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA52CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52CC is #55AD33. Grayscale: #797979. Windows color (decimal): -5614900 or 13390506. OLE color: 13390506.

HSL color Cylindrical-coordinate representation of color #AA52CC: hue angle of 283.28º degrees, saturation: 0.54, 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 #AA52CC is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17082204-
CMYK0.170.6000.2
HSL283.28º54.46%56.08%-
HSV(B)283.28º59.8%80%-
XYZ30.4918.9459.18-
YUV122.22174.15162.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 82 (32.42% from 255) = 17.98%
BLUE value IS 204 (80.08% from 255) = 44.74%
R=37.28%
G=17.98%
B=44.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170822040.170.6000.2283.2854.4656.08
HexAA52CC113C01411b3638
Octal25212231421740244336670
Binary1010101010100101100110010001111100010100100011011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA52CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA52CC; }

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

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

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

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

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

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

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

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