Shades of Medium Orchid #AB53E1
Tints of Medium Orchid #AB53E1
RGB
CMYK
RGB Variations
Color information
#AB53E1 (or 0xAB53E1) is known color: Medium Orchid. HEX triplet: AB, 53 and E1. RGB value is (171,83,225). Sum of RGB (Red+Green+Blue) = 171+83+225=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB53E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB53E1 is #54AC1E. Grayscale: #7D7D7D. Windows color (decimal): -5549087 or 14767019. OLE color: 14767019.
HSL color Cylindrical-coordinate representation of color #AB53E1: hue angle of 277.18º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB53E1 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 83 | 225 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.12 |
| HSL | 277.18º | 0.7% | 0.6% | - |
| HSV(B) | 277.18º | 0.63% | 0.88% | - |
| XYZ | 33.48 | 20.28 | 73.38 | - |
| YUV | 125.5 | 184.15 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 225 | 0.24 | 0.63 | 0 | 0.12 | 277.18 | 0.7 | 0.6 |
| Hex | AB | 53 | E1 | 18 | 3F | 0 | C | 115 | 46 | 3C |
| Octal | 253 | 123 | 341 | 30 | 77 | 0 | 14 | 425 | 106 | 74 |
| Binary | 10101011 | 1010011 | 11100001 | 11000 | 111111 | 0 | 1100 | 100010101 | 1000110 | 111100 |
Color Harmonies of #AB53E1
Complementary color
Monochromatic Colors of #AB53E1
Black with #AB53E1
Text Example
Text Example
White with #AB53E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB53E1; }
p { color: rgb(171,83,225); }
H1.HeaderClassName
{
color: #AB53E1;
}
.AnyTagClassName
{
color: #AB53E1;
}
</style>
background-color css
<style>
a { background-color: #AB53E1; }
a { background-color: rgb(171,83,225); }
div.DivClassName
{
background-color: #AB53E1;
}
.BgClassName
{
background-color: #AB53E1;
}
</style>
border-color css
<style>
span { border-color: #AB53E1; }
span { border-color: rgb(171,83,225); }
td.TdClassName
{
border-color: #AB53E1;
}
.TagClassName
{
border-color: #AB53E1;
}
</style>