Shades of Dark Orchid #AB40DD
Tints of Dark Orchid #AB40DD
RGB
CMYK
RGB Variations
Color information
#AB40DD (or 0xAB40DD) is known color: Dark Orchid. HEX triplet: AB, 40 and DD. RGB value is (171,64,221). Sum of RGB (Red+Green+Blue) = 171+64+221=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB40DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB40DD is #54BF22. Grayscale: #717171. Windows color (decimal): -5553955 or 14500011. OLE color: 14500011.
HSL color Cylindrical-coordinate representation of color #AB40DD: hue angle of 280.89º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB40DD is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 64 | 221 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.13 |
| HSL | 280.89º | 0.7% | 0.56% | - |
| HSV(B) | 280.89º | 0.71% | 0.87% | - |
| XYZ | 31.68 | 17.55 | 70.12 | - |
| YUV | 113.89 | 188.45 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 221 | 0.23 | 0.71 | 0 | 0.13 | 280.89 | 0.7 | 0.56 |
| Hex | AB | 40 | DD | 17 | 47 | 0 | D | 119 | 46 | 38 |
| Octal | 253 | 100 | 335 | 27 | 107 | 0 | 15 | 431 | 106 | 70 |
| Binary | 10101011 | 1000000 | 11011101 | 10111 | 1000111 | 0 | 1101 | 100011001 | 1000110 | 111000 |
Color Harmonies of #AB40DD
Complementary color
Monochromatic Colors of #AB40DD
Black with #AB40DD
Text Example
Text Example
White with #AB40DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB40DD; }
p { color: rgb(171,64,221); }
H1.HeaderClassName
{
color: #AB40DD;
}
.AnyTagClassName
{
color: #AB40DD;
}
</style>
background-color css
<style>
a { background-color: #AB40DD; }
a { background-color: rgb(171,64,221); }
div.DivClassName
{
background-color: #AB40DD;
}
.BgClassName
{
background-color: #AB40DD;
}
</style>
border-color css
<style>
span { border-color: #AB40DD; }
span { border-color: rgb(171,64,221); }
td.TdClassName
{
border-color: #AB40DD;
}
.TagClassName
{
border-color: #AB40DD;
}
</style>