Shades of Dark Orchid #AB27B8
Tints of Dark Orchid #AB27B8
RGB
CMYK
RGB Variations
Color information
#AB27B8 (or 0xAB27B8) is known color: Dark Orchid. HEX triplet: AB, 27 and B8. RGB value is (171,39,184). Sum of RGB (Red+Green+Blue) = 171+39+184=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 184 (72.27% from 255 or 46.70% from 394); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB27B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB27B8 is #54D847. Grayscale: #5E5E5E. Windows color (decimal): -5560392 or 12068779. OLE color: 12068779.
HSL color Cylindrical-coordinate representation of color #AB27B8: hue angle of 294.62º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB27B8 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 39 | 184 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.28 |
| HSL | 294.62º | 0.65% | 0.44% | - |
| HSV(B) | 294.62º | 0.79% | 0.72% | - |
| XYZ | 26.17 | 13.57 | 46.59 | - |
| YUV | 95 | 178.23 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 184 | 0.07 | 0.79 | 0 | 0.28 | 294.62 | 0.65 | 0.44 |
| Hex | AB | 27 | B8 | 7 | 4F | 0 | 1C | 127 | 41 | 2C |
| Octal | 253 | 47 | 270 | 7 | 117 | 0 | 34 | 447 | 101 | 54 |
| Binary | 10101011 | 100111 | 10111000 | 111 | 1001111 | 0 | 11100 | 100100111 | 1000001 | 101100 |
Color Harmonies of #AB27B8
Complementary color
Monochromatic Colors of #AB27B8
Black with #AB27B8
Text Example
Text Example
White with #AB27B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB27B8; }
p { color: rgb(171,39,184); }
H1.HeaderClassName
{
color: #AB27B8;
}
.AnyTagClassName
{
color: #AB27B8;
}
</style>
background-color css
<style>
a { background-color: #AB27B8; }
a { background-color: rgb(171,39,184); }
div.DivClassName
{
background-color: #AB27B8;
}
.BgClassName
{
background-color: #AB27B8;
}
</style>
border-color css
<style>
span { border-color: #AB27B8; }
span { border-color: rgb(171,39,184); }
td.TdClassName
{
border-color: #AB27B8;
}
.TagClassName
{
border-color: #AB27B8;
}
</style>