Shades of Dark Orchid #AB40DB
Tints of Dark Orchid #AB40DB
RGB
CMYK
RGB Variations
Color information
#AB40DB (or 0xAB40DB) is known color: Dark Orchid. HEX triplet: AB, 40 and DB. RGB value is (171,64,219). Sum of RGB (Red+Green+Blue) = 171+64+219=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB40DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB40DB is #54BF24. Grayscale: #717171. Windows color (decimal): -5553957 or 14368939. OLE color: 14368939.
HSL color Cylindrical-coordinate representation of color #AB40DB: hue angle of 281.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB40DB is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 64 | 219 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.14 |
| HSL | 281.42º | 0.68% | 0.55% | - |
| HSV(B) | 281.42º | 0.71% | 0.86% | - |
| XYZ | 31.41 | 17.44 | 68.73 | - |
| YUV | 113.66 | 187.45 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 219 | 0.22 | 0.71 | 0 | 0.14 | 281.42 | 0.68 | 0.55 |
| Hex | AB | 40 | DB | 16 | 47 | 0 | E | 119 | 44 | 37 |
| Octal | 253 | 100 | 333 | 26 | 107 | 0 | 16 | 431 | 104 | 67 |
| Binary | 10101011 | 1000000 | 11011011 | 10110 | 1000111 | 0 | 1110 | 100011001 | 1000100 | 110111 |
Color Harmonies of #AB40DB
Complementary color
Monochromatic Colors of #AB40DB
Black with #AB40DB
Text Example
Text Example
White with #AB40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB40DB; }
p { color: rgb(171,64,219); }
H1.HeaderClassName
{
color: #AB40DB;
}
.AnyTagClassName
{
color: #AB40DB;
}
</style>
background-color css
<style>
a { background-color: #AB40DB; }
a { background-color: rgb(171,64,219); }
div.DivClassName
{
background-color: #AB40DB;
}
.BgClassName
{
background-color: #AB40DB;
}
</style>
border-color css
<style>
span { border-color: #AB40DB; }
span { border-color: rgb(171,64,219); }
td.TdClassName
{
border-color: #AB40DB;
}
.TagClassName
{
border-color: #AB40DB;
}
</style>