Shades of Dark Orchid #AB28AE
Tints of Dark Orchid #AB28AE
RGB
CMYK
RGB Variations
Color information
#AB28AE (or 0xAB28AE) is known color: Dark Orchid. HEX triplet: AB, 28 and AE. RGB value is (171,40,174). Sum of RGB (Red+Green+Blue) = 171+40+174=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB28AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB28AE is #54D751. Grayscale: #5E5E5E. Windows color (decimal): -5560146 or 11413675. OLE color: 11413675.
HSL color Cylindrical-coordinate representation of color #AB28AE: hue angle of 298.66º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB28AE is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 40 | 174 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.32 |
| HSL | 298.66º | 0.63% | 0.42% | - |
| HSV(B) | 298.66º | 0.77% | 0.68% | - |
| XYZ | 25.19 | 13.23 | 41.27 | - |
| YUV | 94.45 | 172.9 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 174 | 0.02 | 0.77 | 0 | 0.32 | 298.66 | 0.63 | 0.42 |
| Hex | AB | 28 | AE | 2 | 4D | 0 | 20 | 12B | 3F | 2A |
| Octal | 253 | 50 | 256 | 2 | 115 | 0 | 40 | 453 | 77 | 52 |
| Binary | 10101011 | 101000 | 10101110 | 10 | 1001101 | 0 | 100000 | 100101011 | 111111 | 101010 |
Color Harmonies of #AB28AE
Complementary color
Monochromatic Colors of #AB28AE
Black with #AB28AE
Text Example
Text Example
White with #AB28AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB28AE; }
p { color: rgb(171,40,174); }
H1.HeaderClassName
{
color: #AB28AE;
}
.AnyTagClassName
{
color: #AB28AE;
}
</style>
background-color css
<style>
a { background-color: #AB28AE; }
a { background-color: rgb(171,40,174); }
div.DivClassName
{
background-color: #AB28AE;
}
.BgClassName
{
background-color: #AB28AE;
}
</style>
border-color css
<style>
span { border-color: #AB28AE; }
span { border-color: rgb(171,40,174); }
td.TdClassName
{
border-color: #AB28AE;
}
.TagClassName
{
border-color: #AB28AE;
}
</style>