Shades of Dark Orchid #AB42C7
Tints of Dark Orchid #AB42C7
RGB
CMYK
RGB Variations
Color information
#AB42C7 (or 0xAB42C7) is known color: Dark Orchid. HEX triplet: AB, 42 and C7. RGB value is (171,66,199). Sum of RGB (Red+Green+Blue) = 171+66+199=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB42C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42C7 is #54BD38. Grayscale: #707070. Windows color (decimal): -5553465 or 13058731. OLE color: 13058731.
HSL color Cylindrical-coordinate representation of color #AB42C7: hue angle of 287.37º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB42C7 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 66 | 199 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.22 |
| HSL | 287.37º | 0.54% | 0.52% | - |
| HSV(B) | 287.37º | 0.67% | 0.78% | - |
| XYZ | 29.05 | 16.68 | 55.72 | - |
| YUV | 112.56 | 176.79 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 199 | 0.14 | 0.67 | 0 | 0.22 | 287.37 | 0.54 | 0.52 |
| Hex | AB | 42 | C7 | E | 43 | 0 | 16 | 11F | 36 | 34 |
| Octal | 253 | 102 | 307 | 16 | 103 | 0 | 26 | 437 | 66 | 64 |
| Binary | 10101011 | 1000010 | 11000111 | 1110 | 1000011 | 0 | 10110 | 100011111 | 110110 | 110100 |
Color Harmonies of #AB42C7
Complementary color
Monochromatic Colors of #AB42C7
Black with #AB42C7
Text Example
Text Example
White with #AB42C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB42C7; }
p { color: rgb(171,66,199); }
H1.HeaderClassName
{
color: #AB42C7;
}
.AnyTagClassName
{
color: #AB42C7;
}
</style>
background-color css
<style>
a { background-color: #AB42C7; }
a { background-color: rgb(171,66,199); }
div.DivClassName
{
background-color: #AB42C7;
}
.BgClassName
{
background-color: #AB42C7;
}
</style>
border-color css
<style>
span { border-color: #AB42C7; }
span { border-color: rgb(171,66,199); }
td.TdClassName
{
border-color: #AB42C7;
}
.TagClassName
{
border-color: #AB42C7;
}
</style>