Shades of Dark Orchid #AB2BD4
Tints of Dark Orchid #AB2BD4
RGB
CMYK
RGB Variations
Color information
#AB2BD4 (or 0xAB2BD4) is known color: Dark Orchid. HEX triplet: AB, 2B and D4. RGB value is (171,43,212). Sum of RGB (Red+Green+Blue) = 171+43+212=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 212 (83.20% from 255 or 49.77% from 426); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB2BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BD4 is #54D42B. Grayscale: #636363. Windows color (decimal): -5559340 or 13904811. OLE color: 13904811.
HSL color Cylindrical-coordinate representation of color #AB2BD4: hue angle of 285.44º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2BD4 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 43 | 212 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.17 |
| HSL | 285.44º | 0.66% | 0.5% | - |
| HSV(B) | 285.44º | 0.8% | 0.83% | - |
| XYZ | 29.54 | 15.14 | 63.65 | - |
| YUV | 100.54 | 190.91 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 212 | 0.19 | 0.80 | 0 | 0.17 | 285.44 | 0.66 | 0.5 |
| Hex | AB | 2B | D4 | 13 | 50 | 0 | 11 | 11D | 42 | 32 |
| Octal | 253 | 53 | 324 | 23 | 120 | 0 | 21 | 435 | 102 | 62 |
| Binary | 10101011 | 101011 | 11010100 | 10011 | 1010000 | 0 | 10001 | 100011101 | 1000010 | 110010 |
Color Harmonies of #AB2BD4
Complementary color
Monochromatic Colors of #AB2BD4
Black with #AB2BD4
Text Example
Text Example
White with #AB2BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2BD4; }
p { color: rgb(171,43,212); }
H1.HeaderClassName
{
color: #AB2BD4;
}
.AnyTagClassName
{
color: #AB2BD4;
}
</style>
background-color css
<style>
a { background-color: #AB2BD4; }
a { background-color: rgb(171,43,212); }
div.DivClassName
{
background-color: #AB2BD4;
}
.BgClassName
{
background-color: #AB2BD4;
}
</style>
border-color css
<style>
span { border-color: #AB2BD4; }
span { border-color: rgb(171,43,212); }
td.TdClassName
{
border-color: #AB2BD4;
}
.TagClassName
{
border-color: #AB2BD4;
}
</style>