Shades of Dark Orchid #AB32C6
Tints of Dark Orchid #AB32C6
RGB
CMYK
RGB Variations
Color information
#AB32C6 (or 0xAB32C6) is known color: Dark Orchid. HEX triplet: AB, 32 and C6. RGB value is (171,50,198). Sum of RGB (Red+Green+Blue) = 171+50+198=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB32C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB32C6 is #54CD39. Grayscale: #666666. Windows color (decimal): -5557562 or 12989099. OLE color: 12989099.
HSL color Cylindrical-coordinate representation of color #AB32C6: hue angle of 289.05º 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 #AB32C6 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 50 | 198 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.22 |
| HSL | 289.05º | 0.6% | 0.49% | - |
| HSV(B) | 289.05º | 0.75% | 0.78% | - |
| XYZ | 28.13 | 15.02 | 54.84 | - |
| YUV | 103.05 | 181.59 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 198 | 0.14 | 0.75 | 0 | 0.22 | 289.05 | 0.6 | 0.49 |
| Hex | AB | 32 | C6 | E | 4B | 0 | 16 | 121 | 3C | 31 |
| Octal | 253 | 62 | 306 | 16 | 113 | 0 | 26 | 441 | 74 | 61 |
| Binary | 10101011 | 110010 | 11000110 | 1110 | 1001011 | 0 | 10110 | 100100001 | 111100 | 110001 |
Color Harmonies of #AB32C6
Complementary color
Monochromatic Colors of #AB32C6
Black with #AB32C6
Text Example
Text Example
White with #AB32C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB32C6; }
p { color: rgb(171,50,198); }
H1.HeaderClassName
{
color: #AB32C6;
}
.AnyTagClassName
{
color: #AB32C6;
}
</style>
background-color css
<style>
a { background-color: #AB32C6; }
a { background-color: rgb(171,50,198); }
div.DivClassName
{
background-color: #AB32C6;
}
.BgClassName
{
background-color: #AB32C6;
}
</style>
border-color css
<style>
span { border-color: #AB32C6; }
span { border-color: rgb(171,50,198); }
td.TdClassName
{
border-color: #AB32C6;
}
.TagClassName
{
border-color: #AB32C6;
}
</style>