Shades of Dark Orchid #AB37CF
Tints of Dark Orchid #AB37CF
RGB
CMYK
RGB Variations
Color information
#AB37CF (or 0xAB37CF) is known color: Dark Orchid. HEX triplet: AB, 37 and CF. RGB value is (171,55,207). Sum of RGB (Red+Green+Blue) = 171+55+207=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB37CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB37CF is #54C830. Grayscale: #6A6A6A. Windows color (decimal): -5556273 or 13580203. OLE color: 13580203.
HSL color Cylindrical-coordinate representation of color #AB37CF: hue angle of 285.79º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB37CF is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 55 | 207 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.19 |
| HSL | 285.79º | 0.61% | 0.51% | - |
| HSV(B) | 285.79º | 0.73% | 0.81% | - |
| XYZ | 29.42 | 15.9 | 60.55 | - |
| YUV | 107.01 | 184.43 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 207 | 0.17 | 0.73 | 0 | 0.19 | 285.79 | 0.61 | 0.51 |
| Hex | AB | 37 | CF | 11 | 49 | 0 | 13 | 11E | 3D | 33 |
| Octal | 253 | 67 | 317 | 21 | 111 | 0 | 23 | 436 | 75 | 63 |
| Binary | 10101011 | 110111 | 11001111 | 10001 | 1001001 | 0 | 10011 | 100011110 | 111101 | 110011 |
Color Harmonies of #AB37CF
Complementary color
Monochromatic Colors of #AB37CF
Black with #AB37CF
Text Example
Text Example
White with #AB37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB37CF; }
p { color: rgb(171,55,207); }
H1.HeaderClassName
{
color: #AB37CF;
}
.AnyTagClassName
{
color: #AB37CF;
}
</style>
background-color css
<style>
a { background-color: #AB37CF; }
a { background-color: rgb(171,55,207); }
div.DivClassName
{
background-color: #AB37CF;
}
.BgClassName
{
background-color: #AB37CF;
}
</style>
border-color css
<style>
span { border-color: #AB37CF; }
span { border-color: rgb(171,55,207); }
td.TdClassName
{
border-color: #AB37CF;
}
.TagClassName
{
border-color: #AB37CF;
}
</style>