#aa50cb

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

Shades of Medium Orchid #AA50CB

Tints of Medium Orchid #AA50CB

Color information

#AA50CB (or 0xAA50CB) is unknown color: approx Medium Orchid. HEX triplet: AA, 50 and CB. RGB value is (170,80,203). Sum of RGB (Red+Green+Blue) = 170+80+203=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA50CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50CB is #55AF34. Grayscale: #787878. Windows color (decimal): -5615413 or 13324458. OLE color: 13324458.

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

Color convert

RGB17080203-
CMYK0.160.6100.20
HSL283.9º54.19%55.49%-
HSV(B)283.9º60.59%79.61%-
XYZ30.2318.658.5-
YUV120.93174.32163-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 80 (31.64% from 255) = 17.66%
BLUE value IS 203 (79.69% from 255) = 44.81%
R=37.53%
G=17.66%
B=44.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170802030.160.6100.20283.954.1955.49
HexAA50CB103D01411c3637
Octal25212031320750244346667
Binary1010101010100001100101110000111101010100100011100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa50cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa50cb; }

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

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

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

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

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

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

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

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