Shades of Medium Orchid #AB51CF
Tints of Medium Orchid #AB51CF
RGB
CMYK
RGB Variations
Color information
#AB51CF (or 0xAB51CF) is known color: Medium Orchid. HEX triplet: AB, 51 and CF. RGB value is (171,81,207). Sum of RGB (Red+Green+Blue) = 171+81+207=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB51CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB51CF is #54AE30. Grayscale: #797979. Windows color (decimal): -5549617 or 13586859. OLE color: 13586859.
HSL color Cylindrical-coordinate representation of color #AB51CF: hue angle of 282.86º 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 #AB51CF is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 81 | 207 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.19 |
| HSL | 282.86º | 0.57% | 0.56% | - |
| HSV(B) | 282.86º | 0.61% | 0.81% | - |
| XYZ | 31 | 19.05 | 61.07 | - |
| YUV | 122.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 207 | 0.17 | 0.61 | 0 | 0.19 | 282.86 | 0.57 | 0.56 |
| Hex | AB | 51 | CF | 11 | 3D | 0 | 13 | 11B | 39 | 38 |
| Octal | 253 | 121 | 317 | 21 | 75 | 0 | 23 | 433 | 71 | 70 |
| Binary | 10101011 | 1010001 | 11001111 | 10001 | 111101 | 0 | 10011 | 100011011 | 111001 | 111000 |
Color Harmonies of #AB51CF
Complementary color
Monochromatic Colors of #AB51CF
Black with #AB51CF
Text Example
Text Example
White with #AB51CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB51CF; }
p { color: rgb(171,81,207); }
H1.HeaderClassName
{
color: #AB51CF;
}
.AnyTagClassName
{
color: #AB51CF;
}
</style>
background-color css
<style>
a { background-color: #AB51CF; }
a { background-color: rgb(171,81,207); }
div.DivClassName
{
background-color: #AB51CF;
}
.BgClassName
{
background-color: #AB51CF;
}
</style>
border-color css
<style>
span { border-color: #AB51CF; }
span { border-color: rgb(171,81,207); }
td.TdClassName
{
border-color: #AB51CF;
}
.TagClassName
{
border-color: #AB51CF;
}
</style>