Shades of Medium Purple #AB6EE6
Tints of Medium Purple #AB6EE6
RGB
CMYK
RGB Variations
Color information
#AB6EE6 (or 0xAB6EE6) is known color: Medium Purple. HEX triplet: AB, 6E and E6. RGB value is (171,110,230). Sum of RGB (Red+Green+Blue) = 171+110+230=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB6EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6EE6 is #549119. Grayscale: #8D8D8D. Windows color (decimal): -5542170 or 15101611. OLE color: 15101611.
HSL color Cylindrical-coordinate representation of color #AB6EE6: hue angle of 270.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB6EE6 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 110 | 230 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.10 |
| HSL | 270.5º | 0.71% | 0.67% | - |
| HSV(B) | 270.5º | 0.52% | 0.9% | - |
| XYZ | 36.65 | 25.52 | 77.86 | - |
| YUV | 141.92 | 177.71 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 230 | 0.26 | 0.52 | 0 | 0.10 | 270.5 | 0.71 | 0.67 |
| Hex | AB | 6E | E6 | 1A | 34 | 0 | A | 10E | 47 | 43 |
| Octal | 253 | 156 | 346 | 32 | 64 | 0 | 12 | 416 | 107 | 103 |
| Binary | 10101011 | 1101110 | 11100110 | 11010 | 110100 | 0 | 1010 | 100001110 | 1000111 | 1000011 |
Color Harmonies of #AB6EE6
Complementary color
Monochromatic Colors of #AB6EE6
Black with #AB6EE6
Text Example
Text Example
White with #AB6EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6EE6; }
p { color: rgb(171,110,230); }
H1.HeaderClassName
{
color: #AB6EE6;
}
.AnyTagClassName
{
color: #AB6EE6;
}
</style>
background-color css
<style>
a { background-color: #AB6EE6; }
a { background-color: rgb(171,110,230); }
div.DivClassName
{
background-color: #AB6EE6;
}
.BgClassName
{
background-color: #AB6EE6;
}
</style>
border-color css
<style>
span { border-color: #AB6EE6; }
span { border-color: rgb(171,110,230); }
td.TdClassName
{
border-color: #AB6EE6;
}
.TagClassName
{
border-color: #AB6EE6;
}
</style>