Shades of Medium Orchid #AB53DD
Tints of Medium Orchid #AB53DD
RGB
CMYK
RGB Variations
Color information
#AB53DD (or 0xAB53DD) is known color: Medium Orchid. HEX triplet: AB, 53 and DD. RGB value is (171,83,221). Sum of RGB (Red+Green+Blue) = 171+83+221=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB53DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB53DD is #54AC22. Grayscale: #7C7C7C. Windows color (decimal): -5549091 or 14504875. OLE color: 14504875.
HSL color Cylindrical-coordinate representation of color #AB53DD: hue angle of 278.26º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB53DD is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 83 | 221 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.13 |
| HSL | 278.26º | 0.67% | 0.6% | - |
| HSV(B) | 278.26º | 0.62% | 0.87% | - |
| XYZ | 32.94 | 20.06 | 70.54 | - |
| YUV | 125.04 | 182.15 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 221 | 0.23 | 0.62 | 0 | 0.13 | 278.26 | 0.67 | 0.6 |
| Hex | AB | 53 | DD | 17 | 3E | 0 | D | 116 | 43 | 3C |
| Octal | 253 | 123 | 335 | 27 | 76 | 0 | 15 | 426 | 103 | 74 |
| Binary | 10101011 | 1010011 | 11011101 | 10111 | 111110 | 0 | 1101 | 100010110 | 1000011 | 111100 |
Color Harmonies of #AB53DD
Complementary color
Monochromatic Colors of #AB53DD
Black with #AB53DD
Text Example
Text Example
White with #AB53DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB53DD; }
p { color: rgb(171,83,221); }
H1.HeaderClassName
{
color: #AB53DD;
}
.AnyTagClassName
{
color: #AB53DD;
}
</style>
background-color css
<style>
a { background-color: #AB53DD; }
a { background-color: rgb(171,83,221); }
div.DivClassName
{
background-color: #AB53DD;
}
.BgClassName
{
background-color: #AB53DD;
}
</style>
border-color css
<style>
span { border-color: #AB53DD; }
span { border-color: rgb(171,83,221); }
td.TdClassName
{
border-color: #AB53DD;
}
.TagClassName
{
border-color: #AB53DD;
}
</style>