#aa50d1

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

Shades of Medium Orchid #AA50D1

Tints of Medium Orchid #AA50D1

Color information

#AA50D1 (or 0xAA50D1) is unknown color: approx Medium Orchid. HEX triplet: AA, 50 and D1. RGB value is (170,80,209). Sum of RGB (Red+Green+Blue) = 170+80+209=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA50D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50D1 is #55AF2E. Grayscale: #797979. Windows color (decimal): -5615407 or 13717674. OLE color: 13717674.

HSL color Cylindrical-coordinate representation of color #AA50D1: hue angle of 281.86º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA50D1 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17080209-
CMYK0.190.6200.18
HSL281.86º58.37%56.67%-
HSV(B)281.86º61.72%81.96%-
XYZ30.9518.8962.34-
YUV121.62177.32162.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 80 (31.64% from 255) = 17.43%
BLUE value IS 209 (82.03% from 255) = 45.53%
R=37.04%
G=17.43%
B=45.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170802090.190.6200.18281.8658.3756.67
HexAA50D1133E01211a3a39
Octal25212032123760224327271
Binary1010101010100001101000110011111110010010100011010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa50d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa50d1; }

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

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

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

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

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

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

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

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