Shades of Dark Orchid #AB1FCF
Tints of Dark Orchid #AB1FCF
RGB
CMYK
RGB Variations
Color information
#AB1FCF (or 0xAB1FCF) is known color: Dark Orchid. HEX triplet: AB, 1F and CF. RGB value is (171,31,207). Sum of RGB (Red+Green+Blue) = 171+31+207=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB1FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1FCF is #54E030. Grayscale: #5C5C5C. Windows color (decimal): -5562417 or 13574059. OLE color: 13574059.
HSL color Cylindrical-coordinate representation of color #AB1FCF: hue angle of 287.73º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1FCF is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 31 | 207 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.19 |
| HSL | 287.73º | 0.74% | 0.47% | - |
| HSV(B) | 287.73º | 0.85% | 0.81% | - |
| XYZ | 28.55 | 14.14 | 60.26 | - |
| YUV | 92.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 207 | 0.17 | 0.85 | 0 | 0.19 | 287.73 | 0.74 | 0.47 |
| Hex | AB | 1F | CF | 11 | 55 | 0 | 13 | 120 | 4A | 2F |
| Octal | 253 | 37 | 317 | 21 | 125 | 0 | 23 | 440 | 112 | 57 |
| Binary | 10101011 | 11111 | 11001111 | 10001 | 1010101 | 0 | 10011 | 100100000 | 1001010 | 101111 |
Color Harmonies of #AB1FCF
Complementary color
Monochromatic Colors of #AB1FCF
Black with #AB1FCF
Text Example
Text Example
White with #AB1FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1FCF; }
p { color: rgb(171,31,207); }
H1.HeaderClassName
{
color: #AB1FCF;
}
.AnyTagClassName
{
color: #AB1FCF;
}
</style>
background-color css
<style>
a { background-color: #AB1FCF; }
a { background-color: rgb(171,31,207); }
div.DivClassName
{
background-color: #AB1FCF;
}
.BgClassName
{
background-color: #AB1FCF;
}
</style>
border-color css
<style>
span { border-color: #AB1FCF; }
span { border-color: rgb(171,31,207); }
td.TdClassName
{
border-color: #AB1FCF;
}
.TagClassName
{
border-color: #AB1FCF;
}
</style>