Shades of Dark Orchid #AB42C3
Tints of Dark Orchid #AB42C3
RGB
CMYK
RGB Variations
Color information
#AB42C3 (or 0xAB42C3) is known color: Dark Orchid. HEX triplet: AB, 42 and C3. RGB value is (171,66,195). Sum of RGB (Red+Green+Blue) = 171+66+195=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB42C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42C3 is #54BD3C. Grayscale: #6F6F6F. Windows color (decimal): -5553469 or 12796587. OLE color: 12796587.
HSL color Cylindrical-coordinate representation of color #AB42C3: hue angle of 288.84º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB42C3 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 66 | 195 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.24 |
| HSL | 288.84º | 0.52% | 0.51% | - |
| HSV(B) | 288.84º | 0.66% | 0.76% | - |
| XYZ | 28.59 | 16.49 | 53.31 | - |
| YUV | 112.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 195 | 0.12 | 0.66 | 0 | 0.24 | 288.84 | 0.52 | 0.51 |
| Hex | AB | 42 | C3 | C | 42 | 0 | 18 | 121 | 34 | 33 |
| Octal | 253 | 102 | 303 | 14 | 102 | 0 | 30 | 441 | 64 | 63 |
| Binary | 10101011 | 1000010 | 11000011 | 1100 | 1000010 | 0 | 11000 | 100100001 | 110100 | 110011 |
Color Harmonies of #AB42C3
Complementary color
Monochromatic Colors of #AB42C3
Black with #AB42C3
Text Example
Text Example
White with #AB42C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB42C3; }
p { color: rgb(171,66,195); }
H1.HeaderClassName
{
color: #AB42C3;
}
.AnyTagClassName
{
color: #AB42C3;
}
</style>
background-color css
<style>
a { background-color: #AB42C3; }
a { background-color: rgb(171,66,195); }
div.DivClassName
{
background-color: #AB42C3;
}
.BgClassName
{
background-color: #AB42C3;
}
</style>
border-color css
<style>
span { border-color: #AB42C3; }
span { border-color: rgb(171,66,195); }
td.TdClassName
{
border-color: #AB42C3;
}
.TagClassName
{
border-color: #AB42C3;
}
</style>