Shades of Medium Orchid #AB4EE8
Tints of Medium Orchid #AB4EE8
RGB
CMYK
RGB Variations
Color information
#AB4EE8 (or 0xAB4EE8) is known color: Medium Orchid. HEX triplet: AB, 4E and E8. RGB value is (171,78,232). Sum of RGB (Red+Green+Blue) = 171+78+232=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB4EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4EE8 is #54B117. Grayscale: #7A7A7A. Windows color (decimal): -5550360 or 15224491. OLE color: 15224491.
HSL color Cylindrical-coordinate representation of color #AB4EE8: hue angle of 276.23º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB4EE8 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 78 | 232 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.09 |
| HSL | 276.23º | 0.77% | 0.61% | - |
| HSV(B) | 276.23º | 0.66% | 0.91% | - |
| XYZ | 34.08 | 19.93 | 78.39 | - |
| YUV | 123.36 | 189.31 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 232 | 0.26 | 0.66 | 0 | 0.09 | 276.23 | 0.77 | 0.61 |
| Hex | AB | 4E | E8 | 1A | 42 | 0 | 9 | 114 | 4D | 3D |
| Octal | 253 | 116 | 350 | 32 | 102 | 0 | 11 | 424 | 115 | 75 |
| Binary | 10101011 | 1001110 | 11101000 | 11010 | 1000010 | 0 | 1001 | 100010100 | 1001101 | 111101 |
Color Harmonies of #AB4EE8
Complementary color
Monochromatic Colors of #AB4EE8
Black with #AB4EE8
Text Example
Text Example
White with #AB4EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4EE8; }
p { color: rgb(171,78,232); }
H1.HeaderClassName
{
color: #AB4EE8;
}
.AnyTagClassName
{
color: #AB4EE8;
}
</style>
background-color css
<style>
a { background-color: #AB4EE8; }
a { background-color: rgb(171,78,232); }
div.DivClassName
{
background-color: #AB4EE8;
}
.BgClassName
{
background-color: #AB4EE8;
}
</style>
border-color css
<style>
span { border-color: #AB4EE8; }
span { border-color: rgb(171,78,232); }
td.TdClassName
{
border-color: #AB4EE8;
}
.TagClassName
{
border-color: #AB4EE8;
}
</style>