Shades of Medium Orchid #AA5DD1
Tints of Medium Orchid #AA5DD1
RGB
CMYK
RGB Variations
Color information
#AA5DD1 (or 0xAA5DD1) is known color: Medium Orchid. HEX triplet: AA, 5D and D1. RGB value is (170,93,209). Sum of RGB (Red+Green+Blue) = 170+93+209=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA5DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DD1 is #55A22E. Grayscale: #808080. Windows color (decimal): -5612079 or 13721002. OLE color: 13721002.
HSL color Cylindrical-coordinate representation of color #AA5DD1: hue angle of 279.83º 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 #AA5DD1 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 93 | 209 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.18 |
| HSL | 279.83º | 0.56% | 0.59% | - |
| HSV(B) | 279.83º | 0.56% | 0.82% | - |
| XYZ | 32 | 20.98 | 62.68 | - |
| YUV | 129.25 | 173.01 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 209 | 0.19 | 0.56 | 0 | 0.18 | 279.83 | 0.56 | 0.59 |
| Hex | AA | 5D | D1 | 13 | 38 | 0 | 12 | 118 | 38 | 3B |
| Octal | 252 | 135 | 321 | 23 | 70 | 0 | 22 | 430 | 70 | 73 |
| Binary | 10101010 | 1011101 | 11010001 | 10011 | 111000 | 0 | 10010 | 100011000 | 111000 | 111011 |
Color Harmonies of #AA5DD1
Complementary color
Monochromatic Colors of #AA5DD1
Black with #AA5DD1
Text Example
Text Example
White with #AA5DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5DD1; }
p { color: rgb(170,93,209); }
H1.HeaderClassName
{
color: #AA5DD1;
}
.AnyTagClassName
{
color: #AA5DD1;
}
</style>
background-color css
<style>
a { background-color: #AA5DD1; }
a { background-color: rgb(170,93,209); }
div.DivClassName
{
background-color: #AA5DD1;
}
.BgClassName
{
background-color: #AA5DD1;
}
</style>
border-color css
<style>
span { border-color: #AA5DD1; }
span { border-color: rgb(170,93,209); }
td.TdClassName
{
border-color: #AA5DD1;
}
.TagClassName
{
border-color: #AA5DD1;
}
</style>