Shades of Medium Orchid #AB55E2
Tints of Medium Orchid #AB55E2
RGB
CMYK
RGB Variations
Color information
#AB55E2 (or 0xAB55E2) is known color: Medium Orchid. HEX triplet: AB, 55 and E2. RGB value is (171,85,226). Sum of RGB (Red+Green+Blue) = 171+85+226=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 226 - color contains mainly: blue. Hex color #AB55E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55E2 is #54AA1D. Grayscale: #7E7E7E. Windows color (decimal): -5548574 or 14833067. OLE color: 14833067.
HSL color Cylindrical-coordinate representation of color #AB55E2: hue angle of 276.6º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB55E2 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 85 | 226 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.11 |
| HSL | 276.6º | 0.71% | 0.61% | - |
| HSV(B) | 276.6º | 0.62% | 0.89% | - |
| XYZ | 33.77 | 20.65 | 74.16 | - |
| YUV | 126.79 | 183.99 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 226 | 0.24 | 0.62 | 0 | 0.11 | 276.6 | 0.71 | 0.61 |
| Hex | AB | 55 | E2 | 18 | 3E | 0 | B | 115 | 47 | 3D |
| Octal | 253 | 125 | 342 | 30 | 76 | 0 | 13 | 425 | 107 | 75 |
| Binary | 10101011 | 1010101 | 11100010 | 11000 | 111110 | 0 | 1011 | 100010101 | 1000111 | 111101 |
Color Harmonies of #AB55E2
Complementary color
Monochromatic Colors of #AB55E2
Black with #AB55E2
Text Example
Text Example
White with #AB55E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB55E2; }
p { color: rgb(171,85,226); }
H1.HeaderClassName
{
color: #AB55E2;
}
.AnyTagClassName
{
color: #AB55E2;
}
</style>
background-color css
<style>
a { background-color: #AB55E2; }
a { background-color: rgb(171,85,226); }
div.DivClassName
{
background-color: #AB55E2;
}
.BgClassName
{
background-color: #AB55E2;
}
</style>
border-color css
<style>
span { border-color: #AB55E2; }
span { border-color: rgb(171,85,226); }
td.TdClassName
{
border-color: #AB55E2;
}
.TagClassName
{
border-color: #AB55E2;
}
</style>