Shades of Dark Orchid #AB27AB
Tints of Dark Orchid #AB27AB
RGB
CMYK
RGB Variations
Color information
#AB27AB (or 0xAB27AB) is known color: Dark Orchid. HEX triplet: AB, 27 and AB. RGB value is (171,39,171). Sum of RGB (Red+Green+Blue) = 171+39+171=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB27AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB27AB is #54D854. Grayscale: #5D5D5D. Windows color (decimal): -5560405 or 11216811. OLE color: 11216811.
HSL color Cylindrical-coordinate representation of color #AB27AB: hue angle of 300º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB27AB is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 171 | - |
| CMYK | 0 | 0.77 | 0 | 0.33 |
| HSL | 300º | 0.63% | 0.41% | - |
| HSV(B) | 300º | 0.77% | 0.67% | - |
| XYZ | 24.87 | 13.05 | 39.74 | - |
| YUV | 93.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 171 | 0 | 0.77 | 0 | 0.33 | 300 | 0.63 | 0.41 |
| Hex | AB | 27 | AB | 0 | 4D | 0 | 21 | 12C | 3F | 29 |
| Octal | 253 | 47 | 253 | 0 | 115 | 0 | 41 | 454 | 77 | 51 |
| Binary | 10101011 | 100111 | 10101011 | 0 | 1001101 | 0 | 100001 | 100101100 | 111111 | 101001 |
Color Harmonies of #AB27AB
Complementary color
Monochromatic Colors of #AB27AB
Black with #AB27AB
Text Example
Text Example
White with #AB27AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB27AB; }
p { color: rgb(171,39,171); }
H1.HeaderClassName
{
color: #AB27AB;
}
.AnyTagClassName
{
color: #AB27AB;
}
</style>
background-color css
<style>
a { background-color: #AB27AB; }
a { background-color: rgb(171,39,171); }
div.DivClassName
{
background-color: #AB27AB;
}
.BgClassName
{
background-color: #AB27AB;
}
</style>
border-color css
<style>
span { border-color: #AB27AB; }
span { border-color: rgb(171,39,171); }
td.TdClassName
{
border-color: #AB27AB;
}
.TagClassName
{
border-color: #AB27AB;
}
</style>