Shades of Medium Orchid #AA4BEE
Tints of Medium Orchid #AA4BEE
RGB
CMYK
RGB Variations
Color information
#AA4BEE (or 0xAA4BEE) is known color: Medium Orchid. HEX triplet: AA, 4B and EE. RGB value is (170,75,238). Sum of RGB (Red+Green+Blue) = 170+75+238=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA4BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4BEE is #55B411. Grayscale: #797979. Windows color (decimal): -5616658 or 15616938. OLE color: 15616938.
HSL color Cylindrical-coordinate representation of color #AA4BEE: hue angle of 274.97º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4BEE is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 75 | 238 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.07 |
| HSL | 274.97º | 0.83% | 0.61% | - |
| HSV(B) | 274.97º | 0.68% | 0.93% | - |
| XYZ | 34.53 | 19.75 | 82.88 | - |
| YUV | 121.99 | 193.47 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 238 | 0.29 | 0.68 | 0 | 0.07 | 274.97 | 0.83 | 0.61 |
| Hex | AA | 4B | EE | 1D | 44 | 0 | 7 | 113 | 53 | 3D |
| Octal | 252 | 113 | 356 | 35 | 104 | 0 | 7 | 423 | 123 | 75 |
| Binary | 10101010 | 1001011 | 11101110 | 11101 | 1000100 | 0 | 111 | 100010011 | 1010011 | 111101 |
Color Harmonies of #AA4BEE
Complementary color
Monochromatic Colors of #AA4BEE
Black with #AA4BEE
Text Example
Text Example
White with #AA4BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4BEE; }
p { color: rgb(170,75,238); }
H1.HeaderClassName
{
color: #AA4BEE;
}
.AnyTagClassName
{
color: #AA4BEE;
}
</style>
background-color css
<style>
a { background-color: #AA4BEE; }
a { background-color: rgb(170,75,238); }
div.DivClassName
{
background-color: #AA4BEE;
}
.BgClassName
{
background-color: #AA4BEE;
}
</style>
border-color css
<style>
span { border-color: #AA4BEE; }
span { border-color: rgb(170,75,238); }
td.TdClassName
{
border-color: #AA4BEE;
}
.TagClassName
{
border-color: #AA4BEE;
}
</style>