Shades of Medium Orchid #AA51CF
Tints of Medium Orchid #AA51CF
RGB
CMYK
RGB Variations
Color information
#AA51CF (or 0xAA51CF) is known color: Medium Orchid. HEX triplet: AA, 51 and CF. RGB value is (170,81,207). Sum of RGB (Red+Green+Blue) = 170+81+207=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA51CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51CF is #55AE30. Grayscale: #797979. Windows color (decimal): -5615153 or 13586858. OLE color: 13586858.
HSL color Cylindrical-coordinate representation of color #AA51CF: hue angle of 282.38º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA51CF is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 81 | 207 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.19 |
| HSL | 282.38º | 0.57% | 0.56% | - |
| HSV(B) | 282.38º | 0.61% | 0.81% | - |
| XYZ | 30.78 | 18.94 | 61.06 | - |
| YUV | 121.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 207 | 0.18 | 0.61 | 0 | 0.19 | 282.38 | 0.57 | 0.56 |
| Hex | AA | 51 | CF | 12 | 3D | 0 | 13 | 11A | 39 | 38 |
| Octal | 252 | 121 | 317 | 22 | 75 | 0 | 23 | 432 | 71 | 70 |
| Binary | 10101010 | 1010001 | 11001111 | 10010 | 111101 | 0 | 10011 | 100011010 | 111001 | 111000 |
Color Harmonies of #AA51CF
Complementary color
Monochromatic Colors of #AA51CF
Black with #AA51CF
Text Example
Text Example
White with #AA51CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA51CF; }
p { color: rgb(170,81,207); }
H1.HeaderClassName
{
color: #AA51CF;
}
.AnyTagClassName
{
color: #AA51CF;
}
</style>
background-color css
<style>
a { background-color: #AA51CF; }
a { background-color: rgb(170,81,207); }
div.DivClassName
{
background-color: #AA51CF;
}
.BgClassName
{
background-color: #AA51CF;
}
</style>
border-color css
<style>
span { border-color: #AA51CF; }
span { border-color: rgb(170,81,207); }
td.TdClassName
{
border-color: #AA51CF;
}
.TagClassName
{
border-color: #AA51CF;
}
</style>