Shades of Dark Orchid #AB21BC
Tints of Dark Orchid #AB21BC
RGB
CMYK
RGB Variations
Color information
#AB21BC (or 0xAB21BC) is known color: Dark Orchid. HEX triplet: AB, 21 and BC. RGB value is (171,33,188). Sum of RGB (Red+Green+Blue) = 171+33+188=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB21BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB21BC is #54DE43. Grayscale: #5B5B5B. Windows color (decimal): -5561924 or 12329387. OLE color: 12329387.
HSL color Cylindrical-coordinate representation of color #AB21BC: hue angle of 293.42º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB21BC is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 33 | 188 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.26 |
| HSL | 293.42º | 0.7% | 0.43% | - |
| HSV(B) | 293.42º | 0.82% | 0.74% | - |
| XYZ | 26.42 | 13.38 | 48.77 | - |
| YUV | 91.93 | 182.22 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 188 | 0.09 | 0.82 | 0 | 0.26 | 293.42 | 0.7 | 0.43 |
| Hex | AB | 21 | BC | 9 | 52 | 0 | 1A | 125 | 46 | 2B |
| Octal | 253 | 41 | 274 | 11 | 122 | 0 | 32 | 445 | 106 | 53 |
| Binary | 10101011 | 100001 | 10111100 | 1001 | 1010010 | 0 | 11010 | 100100101 | 1000110 | 101011 |
Color Harmonies of #AB21BC
Complementary color
Monochromatic Colors of #AB21BC
Black with #AB21BC
Text Example
Text Example
White with #AB21BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB21BC; }
p { color: rgb(171,33,188); }
H1.HeaderClassName
{
color: #AB21BC;
}
.AnyTagClassName
{
color: #AB21BC;
}
</style>
background-color css
<style>
a { background-color: #AB21BC; }
a { background-color: rgb(171,33,188); }
div.DivClassName
{
background-color: #AB21BC;
}
.BgClassName
{
background-color: #AB21BC;
}
</style>
border-color css
<style>
span { border-color: #AB21BC; }
span { border-color: rgb(171,33,188); }
td.TdClassName
{
border-color: #AB21BC;
}
.TagClassName
{
border-color: #AB21BC;
}
</style>