Shades of Dark Orchid #AB32B9
Tints of Dark Orchid #AB32B9
RGB
CMYK
RGB Variations
Color information
#AB32B9 (or 0xAB32B9) is known color: Dark Orchid. HEX triplet: AB, 32 and B9. RGB value is (171,50,185). Sum of RGB (Red+Green+Blue) = 171+50+185=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB32B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32B9 is #54CD46. Grayscale: #656565. Windows color (decimal): -5557575 or 12137131. OLE color: 12137131.
HSL color Cylindrical-coordinate representation of color #AB32B9: hue angle of 293.78º degrees, saturation: 0.57, 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 #AB32B9 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 50 | 185 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.27 |
| HSL | 293.78º | 0.57% | 0.46% | - |
| HSV(B) | 293.78º | 0.73% | 0.73% | - |
| XYZ | 26.69 | 14.44 | 47.28 | - |
| YUV | 101.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 185 | 0.08 | 0.73 | 0 | 0.27 | 293.78 | 0.57 | 0.46 |
| Hex | AB | 32 | B9 | 8 | 49 | 0 | 1B | 126 | 39 | 2E |
| Octal | 253 | 62 | 271 | 10 | 111 | 0 | 33 | 446 | 71 | 56 |
| Binary | 10101011 | 110010 | 10111001 | 1000 | 1001001 | 0 | 11011 | 100100110 | 111001 | 101110 |
Color Harmonies of #AB32B9
Complementary color
Monochromatic Colors of #AB32B9
Black with #AB32B9
Text Example
Text Example
White with #AB32B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB32B9; }
p { color: rgb(171,50,185); }
H1.HeaderClassName
{
color: #AB32B9;
}
.AnyTagClassName
{
color: #AB32B9;
}
</style>
background-color css
<style>
a { background-color: #AB32B9; }
a { background-color: rgb(171,50,185); }
div.DivClassName
{
background-color: #AB32B9;
}
.BgClassName
{
background-color: #AB32B9;
}
</style>
border-color css
<style>
span { border-color: #AB32B9; }
span { border-color: rgb(171,50,185); }
td.TdClassName
{
border-color: #AB32B9;
}
.TagClassName
{
border-color: #AB32B9;
}
</style>