Shades of Dark Orchid #AB28DE
Tints of Dark Orchid #AB28DE
RGB
CMYK
RGB Variations
Color information
#AB28DE (or 0xAB28DE) is known color: Dark Orchid. HEX triplet: AB, 28 and DE. RGB value is (171,40,222). Sum of RGB (Red+Green+Blue) = 171+40+222=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB28DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28DE is #54D721. Grayscale: #636363. Windows color (decimal): -5560098 or 14559403. OLE color: 14559403.
HSL color Cylindrical-coordinate representation of color #AB28DE: hue angle of 283.19º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB28DE is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 40 | 222 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.13 |
| HSL | 283.19º | 0.73% | 0.51% | - |
| HSV(B) | 283.19º | 0.82% | 0.87% | - |
| XYZ | 30.74 | 15.45 | 70.47 | - |
| YUV | 99.92 | 196.9 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 222 | 0.23 | 0.82 | 0 | 0.13 | 283.19 | 0.73 | 0.51 |
| Hex | AB | 28 | DE | 17 | 52 | 0 | D | 11B | 49 | 33 |
| Octal | 253 | 50 | 336 | 27 | 122 | 0 | 15 | 433 | 111 | 63 |
| Binary | 10101011 | 101000 | 11011110 | 10111 | 1010010 | 0 | 1101 | 100011011 | 1001001 | 110011 |
Color Harmonies of #AB28DE
Complementary color
Monochromatic Colors of #AB28DE
Black with #AB28DE
Text Example
Text Example
White with #AB28DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB28DE; }
p { color: rgb(171,40,222); }
H1.HeaderClassName
{
color: #AB28DE;
}
.AnyTagClassName
{
color: #AB28DE;
}
</style>
background-color css
<style>
a { background-color: #AB28DE; }
a { background-color: rgb(171,40,222); }
div.DivClassName
{
background-color: #AB28DE;
}
.BgClassName
{
background-color: #AB28DE;
}
</style>
border-color css
<style>
span { border-color: #AB28DE; }
span { border-color: rgb(171,40,222); }
td.TdClassName
{
border-color: #AB28DE;
}
.TagClassName
{
border-color: #AB28DE;
}
</style>