Shades of Dark Orchid #AB2BD8
Tints of Dark Orchid #AB2BD8
RGB
CMYK
RGB Variations
Color information
#AB2BD8 (or 0xAB2BD8) is known color: Dark Orchid. HEX triplet: AB, 2B and D8. RGB value is (171,43,216). Sum of RGB (Red+Green+Blue) = 171+43+216=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB2BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BD8 is #54D427. Grayscale: #646464. Windows color (decimal): -5559336 or 14166955. OLE color: 14166955.
HSL color Cylindrical-coordinate representation of color #AB2BD8: hue angle of 284.39º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2BD8 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 43 | 216 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.15 |
| HSL | 284.39º | 0.69% | 0.51% | - |
| HSV(B) | 284.39º | 0.8% | 0.85% | - |
| XYZ | 30.05 | 15.34 | 66.34 | - |
| YUV | 100.99 | 192.91 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 216 | 0.21 | 0.80 | 0 | 0.15 | 284.39 | 0.69 | 0.51 |
| Hex | AB | 2B | D8 | 15 | 50 | 0 | F | 11C | 45 | 33 |
| Octal | 253 | 53 | 330 | 25 | 120 | 0 | 17 | 434 | 105 | 63 |
| Binary | 10101011 | 101011 | 11011000 | 10101 | 1010000 | 0 | 1111 | 100011100 | 1000101 | 110011 |
Color Harmonies of #AB2BD8
Complementary color
Monochromatic Colors of #AB2BD8
Black with #AB2BD8
Text Example
Text Example
White with #AB2BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2BD8; }
p { color: rgb(171,43,216); }
H1.HeaderClassName
{
color: #AB2BD8;
}
.AnyTagClassName
{
color: #AB2BD8;
}
</style>
background-color css
<style>
a { background-color: #AB2BD8; }
a { background-color: rgb(171,43,216); }
div.DivClassName
{
background-color: #AB2BD8;
}
.BgClassName
{
background-color: #AB2BD8;
}
</style>
border-color css
<style>
span { border-color: #AB2BD8; }
span { border-color: rgb(171,43,216); }
td.TdClassName
{
border-color: #AB2BD8;
}
.TagClassName
{
border-color: #AB2BD8;
}
</style>