Shades of Medium Purple #AB6FE3
Tints of Medium Purple #AB6FE3
RGB
CMYK
RGB Variations
Color information
#AB6FE3 (or 0xAB6FE3) is known color: Medium Purple. HEX triplet: AB, 6F and E3. RGB value is (171,111,227). Sum of RGB (Red+Green+Blue) = 171+111+227=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 227 (89.06% from 255 or 44.60% from 509); Max value from RGB is 227 - color contains mainly: blue. Hex color #AB6FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6FE3 is #54901C. Grayscale: #8D8D8D. Windows color (decimal): -5541917 or 14905259. OLE color: 14905259.
HSL color Cylindrical-coordinate representation of color #AB6FE3: hue angle of 271.03º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB6FE3 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 111 | 227 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.11 |
| HSL | 271.03º | 0.67% | 0.66% | - |
| HSV(B) | 271.03º | 0.51% | 0.89% | - |
| XYZ | 36.34 | 25.57 | 75.69 | - |
| YUV | 142.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 227 | 0.25 | 0.51 | 0 | 0.11 | 271.03 | 0.67 | 0.66 |
| Hex | AB | 6F | E3 | 19 | 33 | 0 | B | 10F | 43 | 42 |
| Octal | 253 | 157 | 343 | 31 | 63 | 0 | 13 | 417 | 103 | 102 |
| Binary | 10101011 | 1101111 | 11100011 | 11001 | 110011 | 0 | 1011 | 100001111 | 1000011 | 1000010 |
Color Harmonies of #AB6FE3
Complementary color
Monochromatic Colors of #AB6FE3
Black with #AB6FE3
Text Example
Text Example
White with #AB6FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6FE3; }
p { color: rgb(171,111,227); }
H1.HeaderClassName
{
color: #AB6FE3;
}
.AnyTagClassName
{
color: #AB6FE3;
}
</style>
background-color css
<style>
a { background-color: #AB6FE3; }
a { background-color: rgb(171,111,227); }
div.DivClassName
{
background-color: #AB6FE3;
}
.BgClassName
{
background-color: #AB6FE3;
}
</style>
border-color css
<style>
span { border-color: #AB6FE3; }
span { border-color: rgb(171,111,227); }
td.TdClassName
{
border-color: #AB6FE3;
}
.TagClassName
{
border-color: #AB6FE3;
}
</style>