Shades of Dark Orchid #AB28EA
Tints of Dark Orchid #AB28EA
RGB
CMYK
RGB Variations
Color information
#AB28EA (or 0xAB28EA) is known color: Dark Orchid. HEX triplet: AB, 28 and EA. RGB value is (171,40,234). Sum of RGB (Red+Green+Blue) = 171+40+234=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB28EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB28EA is #54D715. Grayscale: #646464. Windows color (decimal): -5560086 or 15345835. OLE color: 15345835.
HSL color Cylindrical-coordinate representation of color #AB28EA: hue angle of 280.52º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB28EA is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 40 | 234 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.08 |
| HSL | 280.52º | 0.82% | 0.54% | - |
| HSV(B) | 280.52º | 0.83% | 0.92% | - |
| XYZ | 32.4 | 16.12 | 79.24 | - |
| YUV | 101.29 | 202.9 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 234 | 0.27 | 0.83 | 0 | 0.08 | 280.52 | 0.82 | 0.54 |
| Hex | AB | 28 | EA | 1B | 53 | 0 | 8 | 119 | 52 | 36 |
| Octal | 253 | 50 | 352 | 33 | 123 | 0 | 10 | 431 | 122 | 66 |
| Binary | 10101011 | 101000 | 11101010 | 11011 | 1010011 | 0 | 1000 | 100011001 | 1010010 | 110110 |
Color Harmonies of #AB28EA
Complementary color
Monochromatic Colors of #AB28EA
Black with #AB28EA
Text Example
Text Example
White with #AB28EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB28EA; }
p { color: rgb(171,40,234); }
H1.HeaderClassName
{
color: #AB28EA;
}
.AnyTagClassName
{
color: #AB28EA;
}
</style>
background-color css
<style>
a { background-color: #AB28EA; }
a { background-color: rgb(171,40,234); }
div.DivClassName
{
background-color: #AB28EA;
}
.BgClassName
{
background-color: #AB28EA;
}
</style>
border-color css
<style>
span { border-color: #AB28EA; }
span { border-color: rgb(171,40,234); }
td.TdClassName
{
border-color: #AB28EA;
}
.TagClassName
{
border-color: #AB28EA;
}
</style>