Shades of Dark Orchid #AB28DC
Tints of Dark Orchid #AB28DC
RGB
CMYK
RGB Variations
Color information
#AB28DC (or 0xAB28DC) is known color: Dark Orchid. HEX triplet: AB, 28 and DC. RGB value is (171,40,220). Sum of RGB (Red+Green+Blue) = 171+40+220=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB28DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28DC is #54D723. Grayscale: #636363. Windows color (decimal): -5560100 or 14428331. OLE color: 14428331.
HSL color Cylindrical-coordinate representation of color #AB28DC: hue angle of 283.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB28DC is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 40 | 220 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.14 |
| HSL | 283.67º | 0.72% | 0.51% | - |
| HSV(B) | 283.67º | 0.82% | 0.86% | - |
| XYZ | 30.47 | 15.34 | 69.07 | - |
| YUV | 99.69 | 195.9 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 220 | 0.22 | 0.82 | 0 | 0.14 | 283.67 | 0.72 | 0.51 |
| Hex | AB | 28 | DC | 16 | 52 | 0 | E | 11C | 48 | 33 |
| Octal | 253 | 50 | 334 | 26 | 122 | 0 | 16 | 434 | 110 | 63 |
| Binary | 10101011 | 101000 | 11011100 | 10110 | 1010010 | 0 | 1110 | 100011100 | 1001000 | 110011 |
Color Harmonies of #AB28DC
Complementary color
Monochromatic Colors of #AB28DC
Black with #AB28DC
Text Example
Text Example
White with #AB28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB28DC; }
p { color: rgb(171,40,220); }
H1.HeaderClassName
{
color: #AB28DC;
}
.AnyTagClassName
{
color: #AB28DC;
}
</style>
background-color css
<style>
a { background-color: #AB28DC; }
a { background-color: rgb(171,40,220); }
div.DivClassName
{
background-color: #AB28DC;
}
.BgClassName
{
background-color: #AB28DC;
}
</style>
border-color css
<style>
span { border-color: #AB28DC; }
span { border-color: rgb(171,40,220); }
td.TdClassName
{
border-color: #AB28DC;
}
.TagClassName
{
border-color: #AB28DC;
}
</style>