Shades of Medium Orchid #AA5DE1
Tints of Medium Orchid #AA5DE1
RGB
CMYK
RGB Variations
Color information
#AA5DE1 (or 0xAA5DE1) is known color: Medium Orchid. HEX triplet: AA, 5D and E1. RGB value is (170,93,225). Sum of RGB (Red+Green+Blue) = 170+93+225=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA5DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DE1 is #55A21E. Grayscale: #828282. Windows color (decimal): -5612063 or 14769578. OLE color: 14769578.
HSL color Cylindrical-coordinate representation of color #AA5DE1: hue angle of 275º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA5DE1 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 93 | 225 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.12 |
| HSL | 275º | 0.69% | 0.62% | - |
| HSV(B) | 275º | 0.59% | 0.88% | - |
| XYZ | 34.08 | 21.81 | 73.65 | - |
| YUV | 131.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 225 | 0.24 | 0.59 | 0 | 0.12 | 275 | 0.69 | 0.62 |
| Hex | AA | 5D | E1 | 18 | 3B | 0 | C | 113 | 45 | 3E |
| Octal | 252 | 135 | 341 | 30 | 73 | 0 | 14 | 423 | 105 | 76 |
| Binary | 10101010 | 1011101 | 11100001 | 11000 | 111011 | 0 | 1100 | 100010011 | 1000101 | 111110 |
Color Harmonies of #AA5DE1
Complementary color
Monochromatic Colors of #AA5DE1
Black with #AA5DE1
Text Example
Text Example
White with #AA5DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5DE1; }
p { color: rgb(170,93,225); }
H1.HeaderClassName
{
color: #AA5DE1;
}
.AnyTagClassName
{
color: #AA5DE1;
}
</style>
background-color css
<style>
a { background-color: #AA5DE1; }
a { background-color: rgb(170,93,225); }
div.DivClassName
{
background-color: #AA5DE1;
}
.BgClassName
{
background-color: #AA5DE1;
}
</style>
border-color css
<style>
span { border-color: #AA5DE1; }
span { border-color: rgb(170,93,225); }
td.TdClassName
{
border-color: #AA5DE1;
}
.TagClassName
{
border-color: #AA5DE1;
}
</style>