#AA5CD1

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

Shades of Medium Orchid #AA5CD1

Tints of Medium Orchid #AA5CD1

Color information

#AA5CD1 (or 0xAA5CD1) is unknown color: approx Medium Orchid. HEX triplet: AA, 5C and D1. RGB value is (170,92,209). Sum of RGB (Red+Green+Blue) = 170+92+209=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA5CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CD1 is #55A32E. Grayscale: #808080. Windows color (decimal): -5612335 or 13720746. OLE color: 13720746.

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

Color convert

RGB17092209-
CMYK0.190.5600.18
HSL280º55.98%59.02%-
HSV(B)280º55.98%81.96%-
XYZ31.9120.862.66-
YUV128.66173.34157.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 92 (36.33% from 255) = 19.53%
BLUE value IS 209 (82.03% from 255) = 44.37%
R=36.09%
G=19.53%
B=44.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170922090.190.5600.1828055.9859.02
HexAA5CD11338012118383b
Octal25213432123700224307073
Binary1010101010111001101000110011111000010010100011000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5CD1; }

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

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

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

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

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

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

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

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