Shades of Dark Orchid #AB42C5
Tints of Dark Orchid #AB42C5
RGB
CMYK
RGB Variations
Color information
#AB42C5 (or 0xAB42C5) is known color: Dark Orchid. HEX triplet: AB, 42 and C5. RGB value is (171,66,197). Sum of RGB (Red+Green+Blue) = 171+66+197=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB42C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42C5 is #54BD3A. Grayscale: #6F6F6F. Windows color (decimal): -5553467 or 12927659. OLE color: 12927659.
HSL color Cylindrical-coordinate representation of color #AB42C5: hue angle of 288.09º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB42C5 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 66 | 197 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.23 |
| HSL | 288.09º | 0.53% | 0.52% | - |
| HSV(B) | 288.09º | 0.66% | 0.77% | - |
| XYZ | 28.82 | 16.59 | 54.51 | - |
| YUV | 112.33 | 175.79 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 197 | 0.13 | 0.66 | 0 | 0.23 | 288.09 | 0.53 | 0.52 |
| Hex | AB | 42 | C5 | D | 42 | 0 | 17 | 120 | 35 | 34 |
| Octal | 253 | 102 | 305 | 15 | 102 | 0 | 27 | 440 | 65 | 64 |
| Binary | 10101011 | 1000010 | 11000101 | 1101 | 1000010 | 0 | 10111 | 100100000 | 110101 | 110100 |
Color Harmonies of #AB42C5
Complementary color
Monochromatic Colors of #AB42C5
Black with #AB42C5
Text Example
Text Example
White with #AB42C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB42C5; }
p { color: rgb(171,66,197); }
H1.HeaderClassName
{
color: #AB42C5;
}
.AnyTagClassName
{
color: #AB42C5;
}
</style>
background-color css
<style>
a { background-color: #AB42C5; }
a { background-color: rgb(171,66,197); }
div.DivClassName
{
background-color: #AB42C5;
}
.BgClassName
{
background-color: #AB42C5;
}
</style>
border-color css
<style>
span { border-color: #AB42C5; }
span { border-color: rgb(171,66,197); }
td.TdClassName
{
border-color: #AB42C5;
}
.TagClassName
{
border-color: #AB42C5;
}
</style>