Shades of Dark Orchid #AB21C7
Tints of Dark Orchid #AB21C7
RGB
CMYK
RGB Variations
Color information
#AB21C7 (or 0xAB21C7) is known color: Dark Orchid. HEX triplet: AB, 21 and C7. RGB value is (171,33,199). Sum of RGB (Red+Green+Blue) = 171+33+199=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 199 (78.12% from 255 or 49.38% from 403); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB21C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB21C7 is #54DE38. Grayscale: #5C5C5C. Windows color (decimal): -5561913 or 13050283. OLE color: 13050283.
HSL color Cylindrical-coordinate representation of color #AB21C7: hue angle of 289.88º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB21C7 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 33 | 199 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.22 |
| HSL | 289.88º | 0.72% | 0.45% | - |
| HSV(B) | 289.88º | 0.83% | 0.78% | - |
| XYZ | 27.65 | 13.87 | 55.25 | - |
| YUV | 93.19 | 187.72 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 199 | 0.14 | 0.83 | 0 | 0.22 | 289.88 | 0.72 | 0.45 |
| Hex | AB | 21 | C7 | E | 53 | 0 | 16 | 122 | 48 | 2D |
| Octal | 253 | 41 | 307 | 16 | 123 | 0 | 26 | 442 | 110 | 55 |
| Binary | 10101011 | 100001 | 11000111 | 1110 | 1010011 | 0 | 10110 | 100100010 | 1001000 | 101101 |
Color Harmonies of #AB21C7
Complementary color
Monochromatic Colors of #AB21C7
Black with #AB21C7
Text Example
Text Example
White with #AB21C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB21C7; }
p { color: rgb(171,33,199); }
H1.HeaderClassName
{
color: #AB21C7;
}
.AnyTagClassName
{
color: #AB21C7;
}
</style>
background-color css
<style>
a { background-color: #AB21C7; }
a { background-color: rgb(171,33,199); }
div.DivClassName
{
background-color: #AB21C7;
}
.BgClassName
{
background-color: #AB21C7;
}
</style>
border-color css
<style>
span { border-color: #AB21C7; }
span { border-color: rgb(171,33,199); }
td.TdClassName
{
border-color: #AB21C7;
}
.TagClassName
{
border-color: #AB21C7;
}
</style>