Shades of Medium Orchid #AB42DD
Tints of Medium Orchid #AB42DD
RGB
CMYK
RGB Variations
Color information
#AB42DD (or 0xAB42DD) is known color: Medium Orchid. HEX triplet: AB, 42 and DD. RGB value is (171,66,221). Sum of RGB (Red+Green+Blue) = 171+66+221=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB42DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42DD is #54BD22. Grayscale: #727272. Windows color (decimal): -5553443 or 14500523. OLE color: 14500523.
HSL color Cylindrical-coordinate representation of color #AB42DD: hue angle of 280.65º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB42DD is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 66 | 221 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.13 |
| HSL | 280.65º | 0.7% | 0.56% | - |
| HSV(B) | 280.65º | 0.7% | 0.87% | - |
| XYZ | 31.79 | 17.77 | 70.16 | - |
| YUV | 115.07 | 187.79 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 221 | 0.23 | 0.70 | 0 | 0.13 | 280.65 | 0.7 | 0.56 |
| Hex | AB | 42 | DD | 17 | 46 | 0 | D | 119 | 46 | 38 |
| Octal | 253 | 102 | 335 | 27 | 106 | 0 | 15 | 431 | 106 | 70 |
| Binary | 10101011 | 1000010 | 11011101 | 10111 | 1000110 | 0 | 1101 | 100011001 | 1000110 | 111000 |
Color Harmonies of #AB42DD
Complementary color
Monochromatic Colors of #AB42DD
Black with #AB42DD
Text Example
Text Example
White with #AB42DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB42DD; }
p { color: rgb(171,66,221); }
H1.HeaderClassName
{
color: #AB42DD;
}
.AnyTagClassName
{
color: #AB42DD;
}
</style>
background-color css
<style>
a { background-color: #AB42DD; }
a { background-color: rgb(171,66,221); }
div.DivClassName
{
background-color: #AB42DD;
}
.BgClassName
{
background-color: #AB42DD;
}
</style>
border-color css
<style>
span { border-color: #AB42DD; }
span { border-color: rgb(171,66,221); }
td.TdClassName
{
border-color: #AB42DD;
}
.TagClassName
{
border-color: #AB42DD;
}
</style>