Shades of Dark Orchid #AB28CE
Tints of Dark Orchid #AB28CE
RGB
CMYK
RGB Variations
Color information
#AB28CE (or 0xAB28CE) is known color: Dark Orchid. HEX triplet: AB, 28 and CE. RGB value is (171,40,206). Sum of RGB (Red+Green+Blue) = 171+40+206=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB28CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28CE is #54D731. Grayscale: #616161. Windows color (decimal): -5560114 or 13510827. OLE color: 13510827.
HSL color Cylindrical-coordinate representation of color #AB28CE: hue angle of 287.35º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB28CE is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 40 | 206 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.19 |
| HSL | 287.35º | 0.67% | 0.48% | - |
| HSV(B) | 287.35º | 0.81% | 0.81% | - |
| XYZ | 28.69 | 14.63 | 59.7 | - |
| YUV | 98.09 | 188.9 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 206 | 0.17 | 0.81 | 0 | 0.19 | 287.35 | 0.67 | 0.48 |
| Hex | AB | 28 | CE | 11 | 51 | 0 | 13 | 11F | 43 | 30 |
| Octal | 253 | 50 | 316 | 21 | 121 | 0 | 23 | 437 | 103 | 60 |
| Binary | 10101011 | 101000 | 11001110 | 10001 | 1010001 | 0 | 10011 | 100011111 | 1000011 | 110000 |
Color Harmonies of #AB28CE
Complementary color
Monochromatic Colors of #AB28CE
Black with #AB28CE
Text Example
Text Example
White with #AB28CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB28CE; }
p { color: rgb(171,40,206); }
H1.HeaderClassName
{
color: #AB28CE;
}
.AnyTagClassName
{
color: #AB28CE;
}
</style>
background-color css
<style>
a { background-color: #AB28CE; }
a { background-color: rgb(171,40,206); }
div.DivClassName
{
background-color: #AB28CE;
}
.BgClassName
{
background-color: #AB28CE;
}
</style>
border-color css
<style>
span { border-color: #AB28CE; }
span { border-color: rgb(171,40,206); }
td.TdClassName
{
border-color: #AB28CE;
}
.TagClassName
{
border-color: #AB28CE;
}
</style>