Shades of Dark Orchid #AB21C8
Tints of Dark Orchid #AB21C8
RGB
CMYK
RGB Variations
Color information
#AB21C8 (or 0xAB21C8) is known color: Dark Orchid. HEX triplet: AB, 21 and C8. RGB value is (171,33,200). Sum of RGB (Red+Green+Blue) = 171+33+200=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB21C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB21C8 is #54DE37. Grayscale: #5C5C5C. Windows color (decimal): -5561912 or 13115819. OLE color: 13115819.
HSL color Cylindrical-coordinate representation of color #AB21C8: hue angle of 289.58º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB21C8 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 33 | 200 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.22 |
| HSL | 289.58º | 0.72% | 0.46% | - |
| HSV(B) | 289.58º | 0.84% | 0.78% | - |
| XYZ | 27.76 | 13.92 | 55.87 | - |
| YUV | 93.3 | 188.22 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 200 | 0.14 | 0.84 | 0 | 0.22 | 289.58 | 0.72 | 0.46 |
| Hex | AB | 21 | C8 | E | 54 | 0 | 16 | 122 | 48 | 2E |
| Octal | 253 | 41 | 310 | 16 | 124 | 0 | 26 | 442 | 110 | 56 |
| Binary | 10101011 | 100001 | 11001000 | 1110 | 1010100 | 0 | 10110 | 100100010 | 1001000 | 101110 |
Color Harmonies of #AB21C8
Complementary color
Monochromatic Colors of #AB21C8
Black with #AB21C8
Text Example
Text Example
White with #AB21C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB21C8; }
p { color: rgb(171,33,200); }
H1.HeaderClassName
{
color: #AB21C8;
}
.AnyTagClassName
{
color: #AB21C8;
}
</style>
background-color css
<style>
a { background-color: #AB21C8; }
a { background-color: rgb(171,33,200); }
div.DivClassName
{
background-color: #AB21C8;
}
.BgClassName
{
background-color: #AB21C8;
}
</style>
border-color css
<style>
span { border-color: #AB21C8; }
span { border-color: rgb(171,33,200); }
td.TdClassName
{
border-color: #AB21C8;
}
.TagClassName
{
border-color: #AB21C8;
}
</style>