Shades of Medium Orchid #AB52CF
Tints of Medium Orchid #AB52CF
RGB
CMYK
RGB Variations
Color information
#AB52CF (or 0xAB52CF) is known color: Medium Orchid. HEX triplet: AB, 52 and CF. RGB value is (171,82,207). Sum of RGB (Red+Green+Blue) = 171+82+207=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB52CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB52CF is #54AD30. Grayscale: #7A7A7A. Windows color (decimal): -5549361 or 13587115. OLE color: 13587115.
HSL color Cylindrical-coordinate representation of color #AB52CF: hue angle of 282.72º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB52CF is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 82 | 207 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.19 |
| HSL | 282.72º | 0.57% | 0.57% | - |
| HSV(B) | 282.72º | 0.6% | 0.81% | - |
| XYZ | 31.07 | 19.2 | 61.1 | - |
| YUV | 122.86 | 175.49 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 207 | 0.17 | 0.60 | 0 | 0.19 | 282.72 | 0.57 | 0.57 |
| Hex | AB | 52 | CF | 11 | 3C | 0 | 13 | 11B | 39 | 39 |
| Octal | 253 | 122 | 317 | 21 | 74 | 0 | 23 | 433 | 71 | 71 |
| Binary | 10101011 | 1010010 | 11001111 | 10001 | 111100 | 0 | 10011 | 100011011 | 111001 | 111001 |
Color Harmonies of #AB52CF
Complementary color
Monochromatic Colors of #AB52CF
Black with #AB52CF
Text Example
Text Example
White with #AB52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB52CF; }
p { color: rgb(171,82,207); }
H1.HeaderClassName
{
color: #AB52CF;
}
.AnyTagClassName
{
color: #AB52CF;
}
</style>
background-color css
<style>
a { background-color: #AB52CF; }
a { background-color: rgb(171,82,207); }
div.DivClassName
{
background-color: #AB52CF;
}
.BgClassName
{
background-color: #AB52CF;
}
</style>
border-color css
<style>
span { border-color: #AB52CF; }
span { border-color: rgb(171,82,207); }
td.TdClassName
{
border-color: #AB52CF;
}
.TagClassName
{
border-color: #AB52CF;
}
</style>