Shades of Medium Orchid #AB5EE2
Tints of Medium Orchid #AB5EE2
RGB
CMYK
RGB Variations
Color information
#AB5EE2 (or 0xAB5EE2) is known color: Medium Orchid. HEX triplet: AB, 5E and E2. RGB value is (171,94,226). Sum of RGB (Red+Green+Blue) = 171+94+226=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 226 (88.67% from 255 or 46.03% from 491); Max value from RGB is 226 - color contains mainly: blue. Hex color #AB5EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5EE2 is #54A11D. Grayscale: #838383. Windows color (decimal): -5546270 or 14835371. OLE color: 14835371.
HSL color Cylindrical-coordinate representation of color #AB5EE2: hue angle of 275º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB5EE2 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 94 | 226 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.11 |
| HSL | 275º | 0.69% | 0.63% | - |
| HSV(B) | 275º | 0.58% | 0.89% | - |
| XYZ | 34.52 | 22.15 | 74.41 | - |
| YUV | 132.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 226 | 0.24 | 0.58 | 0 | 0.11 | 275 | 0.69 | 0.63 |
| Hex | AB | 5E | E2 | 18 | 3A | 0 | B | 113 | 45 | 3F |
| Octal | 253 | 136 | 342 | 30 | 72 | 0 | 13 | 423 | 105 | 77 |
| Binary | 10101011 | 1011110 | 11100010 | 11000 | 111010 | 0 | 1011 | 100010011 | 1000101 | 111111 |
Color Harmonies of #AB5EE2
Complementary color
Monochromatic Colors of #AB5EE2
Black with #AB5EE2
Text Example
Text Example
White with #AB5EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5EE2; }
p { color: rgb(171,94,226); }
H1.HeaderClassName
{
color: #AB5EE2;
}
.AnyTagClassName
{
color: #AB5EE2;
}
</style>
background-color css
<style>
a { background-color: #AB5EE2; }
a { background-color: rgb(171,94,226); }
div.DivClassName
{
background-color: #AB5EE2;
}
.BgClassName
{
background-color: #AB5EE2;
}
</style>
border-color css
<style>
span { border-color: #AB5EE2; }
span { border-color: rgb(171,94,226); }
td.TdClassName
{
border-color: #AB5EE2;
}
.TagClassName
{
border-color: #AB5EE2;
}
</style>