Shades of Medium Orchid #AB48DD
Tints of Medium Orchid #AB48DD
RGB
CMYK
RGB Variations
Color information
#AB48DD (or 0xAB48DD) is known color: Medium Orchid. HEX triplet: AB, 48 and DD. RGB value is (171,72,221). Sum of RGB (Red+Green+Blue) = 171+72+221=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB48DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48DD is #54B722. Grayscale: #767676. Windows color (decimal): -5551907 or 14502059. OLE color: 14502059.
HSL color Cylindrical-coordinate representation of color #AB48DD: hue angle of 279.87º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB48DD is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 72 | 221 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.13 |
| HSL | 279.87º | 0.69% | 0.57% | - |
| HSV(B) | 279.87º | 0.67% | 0.87% | - |
| XYZ | 32.16 | 18.51 | 70.28 | - |
| YUV | 118.59 | 185.8 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 221 | 0.23 | 0.67 | 0 | 0.13 | 279.87 | 0.69 | 0.57 |
| Hex | AB | 48 | DD | 17 | 43 | 0 | D | 118 | 45 | 39 |
| Octal | 253 | 110 | 335 | 27 | 103 | 0 | 15 | 430 | 105 | 71 |
| Binary | 10101011 | 1001000 | 11011101 | 10111 | 1000011 | 0 | 1101 | 100011000 | 1000101 | 111001 |
Color Harmonies of #AB48DD
Complementary color
Monochromatic Colors of #AB48DD
Black with #AB48DD
Text Example
Text Example
White with #AB48DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB48DD; }
p { color: rgb(171,72,221); }
H1.HeaderClassName
{
color: #AB48DD;
}
.AnyTagClassName
{
color: #AB48DD;
}
</style>
background-color css
<style>
a { background-color: #AB48DD; }
a { background-color: rgb(171,72,221); }
div.DivClassName
{
background-color: #AB48DD;
}
.BgClassName
{
background-color: #AB48DD;
}
</style>
border-color css
<style>
span { border-color: #AB48DD; }
span { border-color: rgb(171,72,221); }
td.TdClassName
{
border-color: #AB48DD;
}
.TagClassName
{
border-color: #AB48DD;
}
</style>