Shades of Dark Orchid #AB39BA
Tints of Dark Orchid #AB39BA
RGB
CMYK
RGB Variations
Color information
#AB39BA (or 0xAB39BA) is known color: Dark Orchid. HEX triplet: AB, 39 and BA. RGB value is (171,57,186). Sum of RGB (Red+Green+Blue) = 171+57+186=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB39BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB39BA is #54C645. Grayscale: #696969. Windows color (decimal): -5555782 or 12204459. OLE color: 12204459.
HSL color Cylindrical-coordinate representation of color #AB39BA: hue angle of 293.02º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB39BA is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 57 | 186 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.27 |
| HSL | 293.02º | 0.53% | 0.48% | - |
| HSV(B) | 293.02º | 0.69% | 0.73% | - |
| XYZ | 27.12 | 15.13 | 47.95 | - |
| YUV | 105.79 | 173.27 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 186 | 0.08 | 0.69 | 0 | 0.27 | 293.02 | 0.53 | 0.48 |
| Hex | AB | 39 | BA | 8 | 45 | 0 | 1B | 125 | 35 | 30 |
| Octal | 253 | 71 | 272 | 10 | 105 | 0 | 33 | 445 | 65 | 60 |
| Binary | 10101011 | 111001 | 10111010 | 1000 | 1000101 | 0 | 11011 | 100100101 | 110101 | 110000 |
Color Harmonies of #AB39BA
Complementary color
Monochromatic Colors of #AB39BA
Black with #AB39BA
Text Example
Text Example
White with #AB39BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB39BA; }
p { color: rgb(171,57,186); }
H1.HeaderClassName
{
color: #AB39BA;
}
.AnyTagClassName
{
color: #AB39BA;
}
</style>
background-color css
<style>
a { background-color: #AB39BA; }
a { background-color: rgb(171,57,186); }
div.DivClassName
{
background-color: #AB39BA;
}
.BgClassName
{
background-color: #AB39BA;
}
</style>
border-color css
<style>
span { border-color: #AB39BA; }
span { border-color: rgb(171,57,186); }
td.TdClassName
{
border-color: #AB39BA;
}
.TagClassName
{
border-color: #AB39BA;
}
</style>