Shades of Dark Orchid #AB32D6
Tints of Dark Orchid #AB32D6
RGB
CMYK
RGB Variations
Color information
#AB32D6 (or 0xAB32D6) is known color: Dark Orchid. HEX triplet: AB, 32 and D6. RGB value is (171,50,214). Sum of RGB (Red+Green+Blue) = 171+50+214=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 50 (19.92% from 255 or 11.49% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB32D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32D6 is #54CD29. Grayscale: #686868. Windows color (decimal): -5557546 or 14037675. OLE color: 14037675.
HSL color Cylindrical-coordinate representation of color #AB32D6: hue angle of 284.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB32D6 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 50 | 214 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.16 |
| HSL | 284.27º | 0.67% | 0.52% | - |
| HSV(B) | 284.27º | 0.77% | 0.84% | - |
| XYZ | 30.07 | 15.79 | 65.08 | - |
| YUV | 104.88 | 189.59 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 214 | 0.20 | 0.77 | 0 | 0.16 | 284.27 | 0.67 | 0.52 |
| Hex | AB | 32 | D6 | 14 | 4D | 0 | 10 | 11C | 43 | 34 |
| Octal | 253 | 62 | 326 | 24 | 115 | 0 | 20 | 434 | 103 | 64 |
| Binary | 10101011 | 110010 | 11010110 | 10100 | 1001101 | 0 | 10000 | 100011100 | 1000011 | 110100 |
Color Harmonies of #AB32D6
Complementary color
Monochromatic Colors of #AB32D6
Black with #AB32D6
Text Example
Text Example
White with #AB32D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB32D6; }
p { color: rgb(171,50,214); }
H1.HeaderClassName
{
color: #AB32D6;
}
.AnyTagClassName
{
color: #AB32D6;
}
</style>
background-color css
<style>
a { background-color: #AB32D6; }
a { background-color: rgb(171,50,214); }
div.DivClassName
{
background-color: #AB32D6;
}
.BgClassName
{
background-color: #AB32D6;
}
</style>
border-color css
<style>
span { border-color: #AB32D6; }
span { border-color: rgb(171,50,214); }
td.TdClassName
{
border-color: #AB32D6;
}
.TagClassName
{
border-color: #AB32D6;
}
</style>