Shades of Dark Orchid #AB27BD
Tints of Dark Orchid #AB27BD
RGB
CMYK
RGB Variations
Color information
#AB27BD (or 0xAB27BD) is known color: Dark Orchid. HEX triplet: AB, 27 and BD. RGB value is (171,39,189). Sum of RGB (Red+Green+Blue) = 171+39+189=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB27BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB27BD is #54D842. Grayscale: #5F5F5F. Windows color (decimal): -5560387 or 12396459. OLE color: 12396459.
HSL color Cylindrical-coordinate representation of color #AB27BD: hue angle of 292.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB27BD is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 39 | 189 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.26 |
| HSL | 292.8º | 0.66% | 0.45% | - |
| HSV(B) | 292.8º | 0.79% | 0.74% | - |
| XYZ | 26.71 | 13.78 | 49.4 | - |
| YUV | 95.57 | 180.73 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 189 | 0.10 | 0.79 | 0 | 0.26 | 292.8 | 0.66 | 0.45 |
| Hex | AB | 27 | BD | A | 4F | 0 | 1A | 125 | 42 | 2D |
| Octal | 253 | 47 | 275 | 12 | 117 | 0 | 32 | 445 | 102 | 55 |
| Binary | 10101011 | 100111 | 10111101 | 1010 | 1001111 | 0 | 11010 | 100100101 | 1000010 | 101101 |
Color Harmonies of #AB27BD
Complementary color
Monochromatic Colors of #AB27BD
Black with #AB27BD
Text Example
Text Example
White with #AB27BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB27BD; }
p { color: rgb(171,39,189); }
H1.HeaderClassName
{
color: #AB27BD;
}
.AnyTagClassName
{
color: #AB27BD;
}
</style>
background-color css
<style>
a { background-color: #AB27BD; }
a { background-color: rgb(171,39,189); }
div.DivClassName
{
background-color: #AB27BD;
}
.BgClassName
{
background-color: #AB27BD;
}
</style>
border-color css
<style>
span { border-color: #AB27BD; }
span { border-color: rgb(171,39,189); }
td.TdClassName
{
border-color: #AB27BD;
}
.TagClassName
{
border-color: #AB27BD;
}
</style>