Shades of Dark Orchid #AB27BA
Tints of Dark Orchid #AB27BA
RGB
CMYK
RGB Variations
Color information
#AB27BA (or 0xAB27BA) is known color: Dark Orchid. HEX triplet: AB, 27 and BA. RGB value is (171,39,186). Sum of RGB (Red+Green+Blue) = 171+39+186=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB27BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB27BA is #54D845. Grayscale: #5E5E5E. Windows color (decimal): -5560390 or 12199851. OLE color: 12199851.
HSL color Cylindrical-coordinate representation of color #AB27BA: hue angle of 293.88º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB27BA is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 39 | 186 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.27 |
| HSL | 293.88º | 0.65% | 0.44% | - |
| HSV(B) | 293.88º | 0.79% | 0.73% | - |
| XYZ | 26.38 | 13.65 | 47.7 | - |
| YUV | 95.23 | 179.23 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 186 | 0.08 | 0.79 | 0 | 0.27 | 293.88 | 0.65 | 0.44 |
| Hex | AB | 27 | BA | 8 | 4F | 0 | 1B | 126 | 41 | 2C |
| Octal | 253 | 47 | 272 | 10 | 117 | 0 | 33 | 446 | 101 | 54 |
| Binary | 10101011 | 100111 | 10111010 | 1000 | 1001111 | 0 | 11011 | 100100110 | 1000001 | 101100 |
Color Harmonies of #AB27BA
Complementary color
Monochromatic Colors of #AB27BA
Black with #AB27BA
Text Example
Text Example
White with #AB27BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB27BA; }
p { color: rgb(171,39,186); }
H1.HeaderClassName
{
color: #AB27BA;
}
.AnyTagClassName
{
color: #AB27BA;
}
</style>
background-color css
<style>
a { background-color: #AB27BA; }
a { background-color: rgb(171,39,186); }
div.DivClassName
{
background-color: #AB27BA;
}
.BgClassName
{
background-color: #AB27BA;
}
</style>
border-color css
<style>
span { border-color: #AB27BA; }
span { border-color: rgb(171,39,186); }
td.TdClassName
{
border-color: #AB27BA;
}
.TagClassName
{
border-color: #AB27BA;
}
</style>