Shades of Dark Orchid #AB28E5
Tints of Dark Orchid #AB28E5
RGB
CMYK
RGB Variations
Color information
#AB28E5 (or 0xAB28E5) is known color: Dark Orchid. HEX triplet: AB, 28 and E5. RGB value is (171,40,229). Sum of RGB (Red+Green+Blue) = 171+40+229=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB28E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28E5 is #54D71A. Grayscale: #646464. Windows color (decimal): -5560091 or 15018155. OLE color: 15018155.
HSL color Cylindrical-coordinate representation of color #AB28E5: hue angle of 281.59º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB28E5 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 40 | 229 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.10 |
| HSL | 281.59º | 0.78% | 0.53% | - |
| HSV(B) | 281.59º | 0.83% | 0.9% | - |
| XYZ | 31.7 | 15.83 | 75.51 | - |
| YUV | 100.72 | 200.4 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 229 | 0.25 | 0.83 | 0 | 0.10 | 281.59 | 0.78 | 0.53 |
| Hex | AB | 28 | E5 | 19 | 53 | 0 | A | 11A | 4E | 35 |
| Octal | 253 | 50 | 345 | 31 | 123 | 0 | 12 | 432 | 116 | 65 |
| Binary | 10101011 | 101000 | 11100101 | 11001 | 1010011 | 0 | 1010 | 100011010 | 1001110 | 110101 |
Color Harmonies of #AB28E5
Complementary color
Monochromatic Colors of #AB28E5
Black with #AB28E5
Text Example
Text Example
White with #AB28E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB28E5; }
p { color: rgb(171,40,229); }
H1.HeaderClassName
{
color: #AB28E5;
}
.AnyTagClassName
{
color: #AB28E5;
}
</style>
background-color css
<style>
a { background-color: #AB28E5; }
a { background-color: rgb(171,40,229); }
div.DivClassName
{
background-color: #AB28E5;
}
.BgClassName
{
background-color: #AB28E5;
}
</style>
border-color css
<style>
span { border-color: #AB28E5; }
span { border-color: rgb(171,40,229); }
td.TdClassName
{
border-color: #AB28E5;
}
.TagClassName
{
border-color: #AB28E5;
}
</style>