Shades of Dark Orchid #AB21B1
Tints of Dark Orchid #AB21B1
RGB
CMYK
RGB Variations
Color information
#AB21B1 (or 0xAB21B1) is known color: Dark Orchid. HEX triplet: AB, 21 and B1. RGB value is (171,33,177). Sum of RGB (Red+Green+Blue) = 171+33+177=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB21B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB21B1 is #54DE4E. Grayscale: #5A5A5A. Windows color (decimal): -5561935 or 11608491. OLE color: 11608491.
HSL color Cylindrical-coordinate representation of color #AB21B1: hue angle of 297.5º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB21B1 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 33 | 177 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.31 |
| HSL | 297.5º | 0.69% | 0.41% | - |
| HSV(B) | 297.5º | 0.81% | 0.69% | - |
| XYZ | 25.27 | 12.92 | 42.76 | - |
| YUV | 90.68 | 176.72 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 177 | 0.03 | 0.81 | 0 | 0.31 | 297.5 | 0.69 | 0.41 |
| Hex | AB | 21 | B1 | 3 | 51 | 0 | 1F | 12A | 45 | 29 |
| Octal | 253 | 41 | 261 | 3 | 121 | 0 | 37 | 452 | 105 | 51 |
| Binary | 10101011 | 100001 | 10110001 | 11 | 1010001 | 0 | 11111 | 100101010 | 1000101 | 101001 |
Color Harmonies of #AB21B1
Complementary color
Monochromatic Colors of #AB21B1
Black with #AB21B1
Text Example
Text Example
White with #AB21B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB21B1; }
p { color: rgb(171,33,177); }
H1.HeaderClassName
{
color: #AB21B1;
}
.AnyTagClassName
{
color: #AB21B1;
}
</style>
background-color css
<style>
a { background-color: #AB21B1; }
a { background-color: rgb(171,33,177); }
div.DivClassName
{
background-color: #AB21B1;
}
.BgClassName
{
background-color: #AB21B1;
}
</style>
border-color css
<style>
span { border-color: #AB21B1; }
span { border-color: rgb(171,33,177); }
td.TdClassName
{
border-color: #AB21B1;
}
.TagClassName
{
border-color: #AB21B1;
}
</style>