Shades of Medium Orchid #AA45ED
Tints of Medium Orchid #AA45ED
RGB
CMYK
RGB Variations
Color information
#AA45ED (or 0xAA45ED) is known color: Medium Orchid. HEX triplet: AA, 45 and ED. RGB value is (170,69,237). Sum of RGB (Red+Green+Blue) = 170+69+237=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA45ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA45ED is #55BA12. Grayscale: #757575. Windows color (decimal): -5618195 or 15549866. OLE color: 15549866.
HSL color Cylindrical-coordinate representation of color #AA45ED: hue angle of 276.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA45ED is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 69 | 237 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.07 |
| HSL | 276.07º | 0.82% | 0.6% | - |
| HSV(B) | 276.07º | 0.71% | 0.93% | - |
| XYZ | 33.99 | 18.92 | 81.98 | - |
| YUV | 118.35 | 194.96 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 237 | 0.28 | 0.71 | 0 | 0.07 | 276.07 | 0.82 | 0.6 |
| Hex | AA | 45 | ED | 1C | 47 | 0 | 7 | 114 | 52 | 3C |
| Octal | 252 | 105 | 355 | 34 | 107 | 0 | 7 | 424 | 122 | 74 |
| Binary | 10101010 | 1000101 | 11101101 | 11100 | 1000111 | 0 | 111 | 100010100 | 1010010 | 111100 |
Color Harmonies of #AA45ED
Complementary color
Monochromatic Colors of #AA45ED
Black with #AA45ED
Text Example
Text Example
White with #AA45ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA45ED; }
p { color: rgb(170,69,237); }
H1.HeaderClassName
{
color: #AA45ED;
}
.AnyTagClassName
{
color: #AA45ED;
}
</style>
background-color css
<style>
a { background-color: #AA45ED; }
a { background-color: rgb(170,69,237); }
div.DivClassName
{
background-color: #AA45ED;
}
.BgClassName
{
background-color: #AA45ED;
}
</style>
border-color css
<style>
span { border-color: #AA45ED; }
span { border-color: rgb(170,69,237); }
td.TdClassName
{
border-color: #AA45ED;
}
.TagClassName
{
border-color: #AA45ED;
}
</style>