Shades of Medium Purple #AB6EE7
Tints of Medium Purple #AB6EE7
RGB
CMYK
RGB Variations
Color information
#AB6EE7 (or 0xAB6EE7) is known color: Medium Purple. HEX triplet: AB, 6E and E7. RGB value is (171,110,231). Sum of RGB (Red+Green+Blue) = 171+110+231=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB6EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6EE7 is #549118. Grayscale: #8D8D8D. Windows color (decimal): -5542169 or 15167147. OLE color: 15167147.
HSL color Cylindrical-coordinate representation of color #AB6EE7: hue angle of 270.25º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB6EE7 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 110 | 231 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.09 |
| HSL | 270.25º | 0.72% | 0.67% | - |
| HSV(B) | 270.25º | 0.52% | 0.91% | - |
| XYZ | 36.79 | 25.58 | 78.6 | - |
| YUV | 142.03 | 178.21 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 231 | 0.26 | 0.52 | 0 | 0.09 | 270.25 | 0.72 | 0.67 |
| Hex | AB | 6E | E7 | 1A | 34 | 0 | 9 | 10E | 48 | 43 |
| Octal | 253 | 156 | 347 | 32 | 64 | 0 | 11 | 416 | 110 | 103 |
| Binary | 10101011 | 1101110 | 11100111 | 11010 | 110100 | 0 | 1001 | 100001110 | 1001000 | 1000011 |
Color Harmonies of #AB6EE7
Complementary color
Monochromatic Colors of #AB6EE7
Black with #AB6EE7
Text Example
Text Example
White with #AB6EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6EE7; }
p { color: rgb(171,110,231); }
H1.HeaderClassName
{
color: #AB6EE7;
}
.AnyTagClassName
{
color: #AB6EE7;
}
</style>
background-color css
<style>
a { background-color: #AB6EE7; }
a { background-color: rgb(171,110,231); }
div.DivClassName
{
background-color: #AB6EE7;
}
.BgClassName
{
background-color: #AB6EE7;
}
</style>
border-color css
<style>
span { border-color: #AB6EE7; }
span { border-color: rgb(171,110,231); }
td.TdClassName
{
border-color: #AB6EE7;
}
.TagClassName
{
border-color: #AB6EE7;
}
</style>