#AA50E6

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

Shades of Medium Orchid #AA50E6

Tints of Medium Orchid #AA50E6

Color information

#AA50E6 (or 0xAA50E6) is unknown color: approx Medium Orchid. HEX triplet: AA, 50 and E6. RGB value is (170,80,230). Sum of RGB (Red+Green+Blue) = 170+80+230=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA50E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA50E6 is #55AF19. Grayscale: #7B7B7B. Windows color (decimal): -5615386 or 15093930. OLE color: 15093930.

HSL color Cylindrical-coordinate representation of color #AA50E6: hue angle of 276º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA50E6 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17080230-
CMYK0.260.6500.10
HSL276º75%60.78%-
HSV(B)276º65.22%90.2%-
XYZ33.732076.94-
YUV124.01187.82160.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 80 (31.64% from 255) = 16.67%
BLUE value IS 230 (90.23% from 255) = 47.92%
R=35.42%
G=16.67%
B=47.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal170802300.260.6500.102767560.78
HexAA50E61A410A1144b3d
Octal2521203463210101242411375
Binary10101010101000011100110110101000001010101000101001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA50E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA50E6; }

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

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

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

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

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

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

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

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