Shades of Medium Orchid #AA45E8
Tints of Medium Orchid #AA45E8
RGB
CMYK
RGB Variations
Color information
#AA45E8 (or 0xAA45E8) is known color: Medium Orchid. HEX triplet: AA, 45 and E8. RGB value is (170,69,232). Sum of RGB (Red+Green+Blue) = 170+69+232=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA45E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA45E8 is #55BA17. Grayscale: #757575. Windows color (decimal): -5618200 or 15222186. OLE color: 15222186.
HSL color Cylindrical-coordinate representation of color #AA45E8: hue angle of 277.18º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA45E8 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 69 | 232 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.09 |
| HSL | 277.18º | 0.78% | 0.59% | - |
| HSV(B) | 277.18º | 0.7% | 0.91% | - |
| XYZ | 33.27 | 18.63 | 78.19 | - |
| YUV | 117.78 | 192.46 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 232 | 0.27 | 0.70 | 0 | 0.09 | 277.18 | 0.78 | 0.59 |
| Hex | AA | 45 | E8 | 1B | 46 | 0 | 9 | 115 | 4E | 3B |
| Octal | 252 | 105 | 350 | 33 | 106 | 0 | 11 | 425 | 116 | 73 |
| Binary | 10101010 | 1000101 | 11101000 | 11011 | 1000110 | 0 | 1001 | 100010101 | 1001110 | 111011 |
Color Harmonies of #AA45E8
Complementary color
Monochromatic Colors of #AA45E8
Black with #AA45E8
Text Example
Text Example
White with #AA45E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA45E8; }
p { color: rgb(170,69,232); }
H1.HeaderClassName
{
color: #AA45E8;
}
.AnyTagClassName
{
color: #AA45E8;
}
</style>
background-color css
<style>
a { background-color: #AA45E8; }
a { background-color: rgb(170,69,232); }
div.DivClassName
{
background-color: #AA45E8;
}
.BgClassName
{
background-color: #AA45E8;
}
</style>
border-color css
<style>
span { border-color: #AA45E8; }
span { border-color: rgb(170,69,232); }
td.TdClassName
{
border-color: #AA45E8;
}
.TagClassName
{
border-color: #AA45E8;
}
</style>