Shades of Dark Orchid #AB32BD
Tints of Dark Orchid #AB32BD
RGB
CMYK
RGB Variations
Color information
#AB32BD (or 0xAB32BD) is known color: Dark Orchid. HEX triplet: AB, 32 and BD. RGB value is (171,50,189). Sum of RGB (Red+Green+Blue) = 171+50+189=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB32BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32BD is #54CD42. Grayscale: #656565. Windows color (decimal): -5557571 or 12399275. OLE color: 12399275.
HSL color Cylindrical-coordinate representation of color #AB32BD: hue angle of 292.23º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB32BD is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 50 | 189 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.26 |
| HSL | 292.23º | 0.58% | 0.47% | - |
| HSV(B) | 292.23º | 0.74% | 0.74% | - |
| XYZ | 27.12 | 14.61 | 49.54 | - |
| YUV | 102.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 189 | 0.10 | 0.74 | 0 | 0.26 | 292.23 | 0.58 | 0.47 |
| Hex | AB | 32 | BD | A | 4A | 0 | 1A | 124 | 3A | 2F |
| Octal | 253 | 62 | 275 | 12 | 112 | 0 | 32 | 444 | 72 | 57 |
| Binary | 10101011 | 110010 | 10111101 | 1010 | 1001010 | 0 | 11010 | 100100100 | 111010 | 101111 |
Color Harmonies of #AB32BD
Complementary color
Monochromatic Colors of #AB32BD
Black with #AB32BD
Text Example
Text Example
White with #AB32BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB32BD; }
p { color: rgb(171,50,189); }
H1.HeaderClassName
{
color: #AB32BD;
}
.AnyTagClassName
{
color: #AB32BD;
}
</style>
background-color css
<style>
a { background-color: #AB32BD; }
a { background-color: rgb(171,50,189); }
div.DivClassName
{
background-color: #AB32BD;
}
.BgClassName
{
background-color: #AB32BD;
}
</style>
border-color css
<style>
span { border-color: #AB32BD; }
span { border-color: rgb(171,50,189); }
td.TdClassName
{
border-color: #AB32BD;
}
.TagClassName
{
border-color: #AB32BD;
}
</style>