Shades of Dark Orchid #AB32C7
Tints of Dark Orchid #AB32C7
RGB
CMYK
RGB Variations
Color information
#AB32C7 (or 0xAB32C7) is known color: Dark Orchid. HEX triplet: AB, 32 and C7. RGB value is (171,50,199). Sum of RGB (Red+Green+Blue) = 171+50+199=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB32C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32C7 is #54CD38. Grayscale: #666666. Windows color (decimal): -5557561 or 13054635. OLE color: 13054635.
HSL color Cylindrical-coordinate representation of color #AB32C7: hue angle of 288.72º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB32C7 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 50 | 199 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.22 |
| HSL | 288.72º | 0.6% | 0.49% | - |
| HSV(B) | 288.72º | 0.75% | 0.78% | - |
| XYZ | 28.24 | 15.06 | 55.45 | - |
| YUV | 103.17 | 182.09 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 199 | 0.14 | 0.75 | 0 | 0.22 | 288.72 | 0.6 | 0.49 |
| Hex | AB | 32 | C7 | E | 4B | 0 | 16 | 121 | 3C | 31 |
| Octal | 253 | 62 | 307 | 16 | 113 | 0 | 26 | 441 | 74 | 61 |
| Binary | 10101011 | 110010 | 11000111 | 1110 | 1001011 | 0 | 10110 | 100100001 | 111100 | 110001 |
Color Harmonies of #AB32C7
Complementary color
Monochromatic Colors of #AB32C7
Black with #AB32C7
Text Example
Text Example
White with #AB32C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB32C7; }
p { color: rgb(171,50,199); }
H1.HeaderClassName
{
color: #AB32C7;
}
.AnyTagClassName
{
color: #AB32C7;
}
</style>
background-color css
<style>
a { background-color: #AB32C7; }
a { background-color: rgb(171,50,199); }
div.DivClassName
{
background-color: #AB32C7;
}
.BgClassName
{
background-color: #AB32C7;
}
</style>
border-color css
<style>
span { border-color: #AB32C7; }
span { border-color: rgb(171,50,199); }
td.TdClassName
{
border-color: #AB32C7;
}
.TagClassName
{
border-color: #AB32C7;
}
</style>