#AA52CB

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

Shades of Medium Orchid #AA52CB

Tints of Medium Orchid #AA52CB

Color information

#AA52CB (or 0xAA52CB) is unknown color: approx Medium Orchid. HEX triplet: AA, 52 and CB. RGB value is (170,82,203). Sum of RGB (Red+Green+Blue) = 170+82+203=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA52CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52CB is #55AD34. Grayscale: #797979. Windows color (decimal): -5614901 or 13324970. OLE color: 13324970.

HSL color Cylindrical-coordinate representation of color #AA52CB: hue angle of 283.64º 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 #AA52CB is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17082203-
CMYK0.160.6000.20
HSL283.64º53.78%55.88%-
HSV(B)283.64º59.61%79.61%-
XYZ30.3718.8958.55-
YUV122.11173.65162.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 82 (32.42% from 255) = 18.02%
BLUE value IS 203 (79.69% from 255) = 44.62%
R=37.36%
G=18.02%
B=44.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170822030.160.6000.20283.6453.7855.88
HexAA52CB103C01411c3638
Octal25212231320740244346670
Binary1010101010100101100101110000111100010100100011100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA52CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA52CB; }

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

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

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

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

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

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

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

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