Shades of Medium Purple #AB6EE8
Tints of Medium Purple #AB6EE8
RGB
CMYK
RGB Variations
Color information
#AB6EE8 (or 0xAB6EE8) is known color: Medium Purple. HEX triplet: AB, 6E and E8. RGB value is (171,110,232). Sum of RGB (Red+Green+Blue) = 171+110+232=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB6EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6EE8 is #549117. Grayscale: #8D8D8D. Windows color (decimal): -5542168 or 15232683. OLE color: 15232683.
HSL color Cylindrical-coordinate representation of color #AB6EE8: hue angle of 270º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB6EE8 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 110 | 232 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.09 |
| HSL | 270º | 0.73% | 0.67% | - |
| HSV(B) | 270º | 0.53% | 0.91% | - |
| XYZ | 36.94 | 25.64 | 79.35 | - |
| YUV | 142.15 | 178.71 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 232 | 0.26 | 0.53 | 0 | 0.09 | 270 | 0.73 | 0.67 |
| Hex | AB | 6E | E8 | 1A | 35 | 0 | 9 | 10E | 49 | 43 |
| Octal | 253 | 156 | 350 | 32 | 65 | 0 | 11 | 416 | 111 | 103 |
| Binary | 10101011 | 1101110 | 11101000 | 11010 | 110101 | 0 | 1001 | 100001110 | 1001001 | 1000011 |
Color Harmonies of #AB6EE8
Complementary color
Monochromatic Colors of #AB6EE8
Black with #AB6EE8
Text Example
Text Example
White with #AB6EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6EE8; }
p { color: rgb(171,110,232); }
H1.HeaderClassName
{
color: #AB6EE8;
}
.AnyTagClassName
{
color: #AB6EE8;
}
</style>
background-color css
<style>
a { background-color: #AB6EE8; }
a { background-color: rgb(171,110,232); }
div.DivClassName
{
background-color: #AB6EE8;
}
.BgClassName
{
background-color: #AB6EE8;
}
</style>
border-color css
<style>
span { border-color: #AB6EE8; }
span { border-color: rgb(171,110,232); }
td.TdClassName
{
border-color: #AB6EE8;
}
.TagClassName
{
border-color: #AB6EE8;
}
</style>