Shades of Dark Orchid #AB36BA
Tints of Dark Orchid #AB36BA
RGB
CMYK
RGB Variations
Color information
#AB36BA (or 0xAB36BA) is known color: Dark Orchid. HEX triplet: AB, 36 and BA. RGB value is (171,54,186). Sum of RGB (Red+Green+Blue) = 171+54+186=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB36BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB36BA is #54C945. Grayscale: #676767. Windows color (decimal): -5556550 or 12203691. OLE color: 12203691.
HSL color Cylindrical-coordinate representation of color #AB36BA: hue angle of 293.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB36BA is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 54 | 186 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.27 |
| HSL | 293.18º | 0.55% | 0.47% | - |
| HSV(B) | 293.18º | 0.71% | 0.73% | - |
| XYZ | 26.98 | 14.84 | 47.9 | - |
| YUV | 104.03 | 174.26 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 186 | 0.08 | 0.71 | 0 | 0.27 | 293.18 | 0.55 | 0.47 |
| Hex | AB | 36 | BA | 8 | 47 | 0 | 1B | 125 | 37 | 2F |
| Octal | 253 | 66 | 272 | 10 | 107 | 0 | 33 | 445 | 67 | 57 |
| Binary | 10101011 | 110110 | 10111010 | 1000 | 1000111 | 0 | 11011 | 100100101 | 110111 | 101111 |
Color Harmonies of #AB36BA
Complementary color
Monochromatic Colors of #AB36BA
Black with #AB36BA
Text Example
Text Example
White with #AB36BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB36BA; }
p { color: rgb(171,54,186); }
H1.HeaderClassName
{
color: #AB36BA;
}
.AnyTagClassName
{
color: #AB36BA;
}
</style>
background-color css
<style>
a { background-color: #AB36BA; }
a { background-color: rgb(171,54,186); }
div.DivClassName
{
background-color: #AB36BA;
}
.BgClassName
{
background-color: #AB36BA;
}
</style>
border-color css
<style>
span { border-color: #AB36BA; }
span { border-color: rgb(171,54,186); }
td.TdClassName
{
border-color: #AB36BA;
}
.TagClassName
{
border-color: #AB36BA;
}
</style>