Shades of Dark Orchid #AB40DE
Tints of Dark Orchid #AB40DE
RGB
CMYK
RGB Variations
Color information
#AB40DE (or 0xAB40DE) is known color: Dark Orchid. HEX triplet: AB, 40 and DE. RGB value is (171,64,222). Sum of RGB (Red+Green+Blue) = 171+64+222=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB40DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB40DE is #54BF21. Grayscale: #717171. Windows color (decimal): -5553954 or 14565547. OLE color: 14565547.
HSL color Cylindrical-coordinate representation of color #AB40DE: hue angle of 280.63º degrees, saturation: 0.71, 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 #AB40DE is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 64 | 222 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.13 |
| HSL | 280.63º | 0.71% | 0.56% | - |
| HSV(B) | 280.63º | 0.71% | 0.87% | - |
| XYZ | 31.81 | 17.6 | 70.83 | - |
| YUV | 114.01 | 188.95 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 222 | 0.23 | 0.71 | 0 | 0.13 | 280.63 | 0.71 | 0.56 |
| Hex | AB | 40 | DE | 17 | 47 | 0 | D | 119 | 47 | 38 |
| Octal | 253 | 100 | 336 | 27 | 107 | 0 | 15 | 431 | 107 | 70 |
| Binary | 10101011 | 1000000 | 11011110 | 10111 | 1000111 | 0 | 1101 | 100011001 | 1000111 | 111000 |
Color Harmonies of #AB40DE
Complementary color
Monochromatic Colors of #AB40DE
Black with #AB40DE
Text Example
Text Example
White with #AB40DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB40DE; }
p { color: rgb(171,64,222); }
H1.HeaderClassName
{
color: #AB40DE;
}
.AnyTagClassName
{
color: #AB40DE;
}
</style>
background-color css
<style>
a { background-color: #AB40DE; }
a { background-color: rgb(171,64,222); }
div.DivClassName
{
background-color: #AB40DE;
}
.BgClassName
{
background-color: #AB40DE;
}
</style>
border-color css
<style>
span { border-color: #AB40DE; }
span { border-color: rgb(171,64,222); }
td.TdClassName
{
border-color: #AB40DE;
}
.TagClassName
{
border-color: #AB40DE;
}
</style>