Shades of Medium Orchid #AA4EEB
Tints of Medium Orchid #AA4EEB
RGB
CMYK
RGB Variations
Color information
#AA4EEB (or 0xAA4EEB) is known color: Medium Orchid. HEX triplet: AA, 4E and EB. RGB value is (170,78,235). Sum of RGB (Red+Green+Blue) = 170+78+235=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA4EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4EEB is #55B114. Grayscale: #7A7A7A. Windows color (decimal): -5615893 or 15421098. OLE color: 15421098.
HSL color Cylindrical-coordinate representation of color #AA4EEB: hue angle of 275.16º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4EEB is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 78 | 235 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.08 |
| HSL | 275.16º | 0.8% | 0.61% | - |
| HSV(B) | 275.16º | 0.67% | 0.92% | - |
| XYZ | 34.3 | 19.99 | 80.65 | - |
| YUV | 123.41 | 190.98 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 235 | 0.28 | 0.67 | 0 | 0.08 | 275.16 | 0.8 | 0.61 |
| Hex | AA | 4E | EB | 1C | 43 | 0 | 8 | 113 | 50 | 3D |
| Octal | 252 | 116 | 353 | 34 | 103 | 0 | 10 | 423 | 120 | 75 |
| Binary | 10101010 | 1001110 | 11101011 | 11100 | 1000011 | 0 | 1000 | 100010011 | 1010000 | 111101 |
Color Harmonies of #AA4EEB
Complementary color
Monochromatic Colors of #AA4EEB
Black with #AA4EEB
Text Example
Text Example
White with #AA4EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4EEB; }
p { color: rgb(170,78,235); }
H1.HeaderClassName
{
color: #AA4EEB;
}
.AnyTagClassName
{
color: #AA4EEB;
}
</style>
background-color css
<style>
a { background-color: #AA4EEB; }
a { background-color: rgb(170,78,235); }
div.DivClassName
{
background-color: #AA4EEB;
}
.BgClassName
{
background-color: #AA4EEB;
}
</style>
border-color css
<style>
span { border-color: #AA4EEB; }
span { border-color: rgb(170,78,235); }
td.TdClassName
{
border-color: #AA4EEB;
}
.TagClassName
{
border-color: #AA4EEB;
}
</style>