Shades of Medium Purple #AB6FE8
Tints of Medium Purple #AB6FE8
RGB
CMYK
RGB Variations
Color information
#AB6FE8 (or 0xAB6FE8) is known color: Medium Purple. HEX triplet: AB, 6F and E8. RGB value is (171,111,232). Sum of RGB (Red+Green+Blue) = 171+111+232=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB6FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6FE8 is #549017. Grayscale: #8E8E8E. Windows color (decimal): -5541912 or 15232939. OLE color: 15232939.
HSL color Cylindrical-coordinate representation of color #AB6FE8: hue angle of 269.75º 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 #AB6FE8 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 111 | 232 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.09 |
| HSL | 269.75º | 0.72% | 0.67% | - |
| HSV(B) | 269.75º | 0.52% | 0.91% | - |
| XYZ | 37.04 | 25.85 | 79.38 | - |
| YUV | 142.73 | 178.38 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 232 | 0.26 | 0.52 | 0 | 0.09 | 269.75 | 0.72 | 0.67 |
| Hex | AB | 6F | E8 | 1A | 34 | 0 | 9 | 10E | 48 | 43 |
| Octal | 253 | 157 | 350 | 32 | 64 | 0 | 11 | 416 | 110 | 103 |
| Binary | 10101011 | 1101111 | 11101000 | 11010 | 110100 | 0 | 1001 | 100001110 | 1001000 | 1000011 |
Color Harmonies of #AB6FE8
Complementary color
Monochromatic Colors of #AB6FE8
Black with #AB6FE8
Text Example
Text Example
White with #AB6FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6FE8; }
p { color: rgb(171,111,232); }
H1.HeaderClassName
{
color: #AB6FE8;
}
.AnyTagClassName
{
color: #AB6FE8;
}
</style>
background-color css
<style>
a { background-color: #AB6FE8; }
a { background-color: rgb(171,111,232); }
div.DivClassName
{
background-color: #AB6FE8;
}
.BgClassName
{
background-color: #AB6FE8;
}
</style>
border-color css
<style>
span { border-color: #AB6FE8; }
span { border-color: rgb(171,111,232); }
td.TdClassName
{
border-color: #AB6FE8;
}
.TagClassName
{
border-color: #AB6FE8;
}
</style>