Shades of Dark Orchid #AB21CF
Tints of Dark Orchid #AB21CF
RGB
CMYK
RGB Variations
Color information
#AB21CF (or 0xAB21CF) is known color: Dark Orchid. HEX triplet: AB, 21 and CF. RGB value is (171,33,207). Sum of RGB (Red+Green+Blue) = 171+33+207=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB21CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB21CF is #54DE30. Grayscale: #5D5D5D. Windows color (decimal): -5561905 or 13574571. OLE color: 13574571.
HSL color Cylindrical-coordinate representation of color #AB21CF: hue angle of 287.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB21CF is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 33 | 207 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.19 |
| HSL | 287.59º | 0.73% | 0.47% | - |
| HSV(B) | 287.59º | 0.84% | 0.81% | - |
| XYZ | 28.6 | 14.25 | 60.27 | - |
| YUV | 94.1 | 191.72 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 207 | 0.17 | 0.84 | 0 | 0.19 | 287.59 | 0.73 | 0.47 |
| Hex | AB | 21 | CF | 11 | 54 | 0 | 13 | 120 | 48 | 2F |
| Octal | 253 | 41 | 317 | 21 | 124 | 0 | 23 | 440 | 110 | 57 |
| Binary | 10101011 | 100001 | 11001111 | 10001 | 1010100 | 0 | 10011 | 100100000 | 1001000 | 101111 |
Color Harmonies of #AB21CF
Complementary color
Monochromatic Colors of #AB21CF
Black with #AB21CF
Text Example
Text Example
White with #AB21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB21CF; }
p { color: rgb(171,33,207); }
H1.HeaderClassName
{
color: #AB21CF;
}
.AnyTagClassName
{
color: #AB21CF;
}
</style>
background-color css
<style>
a { background-color: #AB21CF; }
a { background-color: rgb(171,33,207); }
div.DivClassName
{
background-color: #AB21CF;
}
.BgClassName
{
background-color: #AB21CF;
}
</style>
border-color css
<style>
span { border-color: #AB21CF; }
span { border-color: rgb(171,33,207); }
td.TdClassName
{
border-color: #AB21CF;
}
.TagClassName
{
border-color: #AB21CF;
}
</style>