#AA55D0

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

Shades of Medium Orchid #AA55D0

Tints of Medium Orchid #AA55D0

Color information

#AA55D0 (or 0xAA55D0) is unknown color: approx Medium Orchid. HEX triplet: AA, 55 and D0. RGB value is (170,85,208). Sum of RGB (Red+Green+Blue) = 170+85+208=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA55D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA55D0 is #55AA2F. Grayscale: #7C7C7C. Windows color (decimal): -5614128 or 13653418. OLE color: 13653418.

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

Color convert

RGB17085208-
CMYK0.180.5900.18
HSL281.46º56.68%57.45%-
HSV(B)281.46º59.13%81.57%-
XYZ31.2119.661.81-
YUV124.44175.16160.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 85 (33.59% from 255) = 18.36%
BLUE value IS 208 (81.64% from 255) = 44.92%
R=36.72%
G=18.36%
B=44.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170852080.180.5900.18281.4656.6857.45
HexAA55D0123B0121193939
Octal25212532022730224317171
Binary1010101010101011101000010010111011010010100011001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA55D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA55D0; }

 p { color: rgb(170,85,208); }

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

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

 a { background-color: rgb(170,85,208); }

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

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

 span { border-color: rgb(170,85,208); }

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