Shades of Dark Orchid #AB28CF
Tints of Dark Orchid #AB28CF
RGB
CMYK
RGB Variations
Color information
#AB28CF (or 0xAB28CF) is known color: Dark Orchid. HEX triplet: AB, 28 and CF. RGB value is (171,40,207). Sum of RGB (Red+Green+Blue) = 171+40+207=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB28CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28CF is #54D730. Grayscale: #616161. Windows color (decimal): -5560113 or 13576363. OLE color: 13576363.
HSL color Cylindrical-coordinate representation of color #AB28CF: hue angle of 287.07º degrees, saturation: 0.68, 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 #AB28CF is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 40 | 207 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.19 |
| HSL | 287.07º | 0.68% | 0.48% | - |
| HSV(B) | 287.07º | 0.81% | 0.81% | - |
| XYZ | 28.82 | 14.68 | 60.35 | - |
| YUV | 98.21 | 189.4 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 207 | 0.17 | 0.81 | 0 | 0.19 | 287.07 | 0.68 | 0.48 |
| Hex | AB | 28 | CF | 11 | 51 | 0 | 13 | 11F | 44 | 30 |
| Octal | 253 | 50 | 317 | 21 | 121 | 0 | 23 | 437 | 104 | 60 |
| Binary | 10101011 | 101000 | 11001111 | 10001 | 1010001 | 0 | 10011 | 100011111 | 1000100 | 110000 |
Color Harmonies of #AB28CF
Complementary color
Monochromatic Colors of #AB28CF
Black with #AB28CF
Text Example
Text Example
White with #AB28CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB28CF; }
p { color: rgb(171,40,207); }
H1.HeaderClassName
{
color: #AB28CF;
}
.AnyTagClassName
{
color: #AB28CF;
}
</style>
background-color css
<style>
a { background-color: #AB28CF; }
a { background-color: rgb(171,40,207); }
div.DivClassName
{
background-color: #AB28CF;
}
.BgClassName
{
background-color: #AB28CF;
}
</style>
border-color css
<style>
span { border-color: #AB28CF; }
span { border-color: rgb(171,40,207); }
td.TdClassName
{
border-color: #AB28CF;
}
.TagClassName
{
border-color: #AB28CF;
}
</style>