Shades of Dark Orchid #AB32BA
Tints of Dark Orchid #AB32BA
RGB
CMYK
RGB Variations
Color information
#AB32BA (or 0xAB32BA) is known color: Dark Orchid. HEX triplet: AB, 32 and BA. RGB value is (171,50,186). Sum of RGB (Red+Green+Blue) = 171+50+186=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB32BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32BA is #54CD45. Grayscale: #656565. Windows color (decimal): -5557574 or 12202667. OLE color: 12202667.
HSL color Cylindrical-coordinate representation of color #AB32BA: hue angle of 293.38º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB32BA is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 50 | 186 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.27 |
| HSL | 293.38º | 0.58% | 0.46% | - |
| HSV(B) | 293.38º | 0.73% | 0.73% | - |
| XYZ | 26.8 | 14.48 | 47.84 | - |
| YUV | 101.68 | 175.59 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 186 | 0.08 | 0.73 | 0 | 0.27 | 293.38 | 0.58 | 0.46 |
| Hex | AB | 32 | BA | 8 | 49 | 0 | 1B | 125 | 3A | 2E |
| Octal | 253 | 62 | 272 | 10 | 111 | 0 | 33 | 445 | 72 | 56 |
| Binary | 10101011 | 110010 | 10111010 | 1000 | 1001001 | 0 | 11011 | 100100101 | 111010 | 101110 |
Color Harmonies of #AB32BA
Complementary color
Monochromatic Colors of #AB32BA
Black with #AB32BA
Text Example
Text Example
White with #AB32BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB32BA; }
p { color: rgb(171,50,186); }
H1.HeaderClassName
{
color: #AB32BA;
}
.AnyTagClassName
{
color: #AB32BA;
}
</style>
background-color css
<style>
a { background-color: #AB32BA; }
a { background-color: rgb(171,50,186); }
div.DivClassName
{
background-color: #AB32BA;
}
.BgClassName
{
background-color: #AB32BA;
}
</style>
border-color css
<style>
span { border-color: #AB32BA; }
span { border-color: rgb(171,50,186); }
td.TdClassName
{
border-color: #AB32BA;
}
.TagClassName
{
border-color: #AB32BA;
}
</style>