Shades of Medium Orchid #AB42DC
Tints of Medium Orchid #AB42DC
RGB
CMYK
RGB Variations
Color information
#AB42DC (or 0xAB42DC) is known color: Medium Orchid. HEX triplet: AB, 42 and DC. RGB value is (171,66,220). Sum of RGB (Red+Green+Blue) = 171+66+220=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB42DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42DC is #54BD23. Grayscale: #727272. Windows color (decimal): -5553444 or 14434987. OLE color: 14434987.
HSL color Cylindrical-coordinate representation of color #AB42DC: hue angle of 280.91º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB42DC is Cyan = 0.22, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 66 | 220 | - |
| CMYK | 0.22 | 0.7 | 0 | 0.14 |
| HSL | 280.91º | 0.69% | 0.56% | - |
| HSV(B) | 280.91º | 0.7% | 0.86% | - |
| XYZ | 31.66 | 17.72 | 69.46 | - |
| YUV | 114.95 | 187.29 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 220 | 0.22 | 0.7 | 0 | 0.14 | 280.91 | 0.69 | 0.56 |
| Hex | AB | 42 | DC | 16 | 46 | 0 | E | 119 | 45 | 38 |
| Octal | 253 | 102 | 334 | 26 | 106 | 0 | 16 | 431 | 105 | 70 |
| Binary | 10101011 | 1000010 | 11011100 | 10110 | 1000110 | 0 | 1110 | 100011001 | 1000101 | 111000 |
Color Harmonies of #AB42DC
Complementary color
Monochromatic Colors of #AB42DC
Black with #AB42DC
Text Example
Text Example
White with #AB42DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB42DC; }
p { color: rgb(171,66,220); }
H1.HeaderClassName
{
color: #AB42DC;
}
.AnyTagClassName
{
color: #AB42DC;
}
</style>
background-color css
<style>
a { background-color: #AB42DC; }
a { background-color: rgb(171,66,220); }
div.DivClassName
{
background-color: #AB42DC;
}
.BgClassName
{
background-color: #AB42DC;
}
</style>
border-color css
<style>
span { border-color: #AB42DC; }
span { border-color: rgb(171,66,220); }
td.TdClassName
{
border-color: #AB42DC;
}
.TagClassName
{
border-color: #AB42DC;
}
</style>