Shades of Medium Purple #AB6EEA
Tints of Medium Purple #AB6EEA
RGB
CMYK
RGB Variations
Color information
#AB6EEA (or 0xAB6EEA) is known color: Medium Purple. HEX triplet: AB, 6E and EA. RGB value is (171,110,234). Sum of RGB (Red+Green+Blue) = 171+110+234=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB6EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6EEA is #549115. Grayscale: #8D8D8D. Windows color (decimal): -5542166 or 15363755. OLE color: 15363755.
HSL color Cylindrical-coordinate representation of color #AB6EEA: hue angle of 269.52º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB6EEA is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 110 | 234 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.08 |
| HSL | 269.52º | 0.75% | 0.67% | - |
| HSV(B) | 269.52º | 0.53% | 0.92% | - |
| XYZ | 37.22 | 25.75 | 80.85 | - |
| YUV | 142.38 | 179.71 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 234 | 0.27 | 0.53 | 0 | 0.08 | 269.52 | 0.75 | 0.67 |
| Hex | AB | 6E | EA | 1B | 35 | 0 | 8 | 10E | 4B | 43 |
| Octal | 253 | 156 | 352 | 33 | 65 | 0 | 10 | 416 | 113 | 103 |
| Binary | 10101011 | 1101110 | 11101010 | 11011 | 110101 | 0 | 1000 | 100001110 | 1001011 | 1000011 |
Color Harmonies of #AB6EEA
Complementary color
Monochromatic Colors of #AB6EEA
Black with #AB6EEA
Text Example
Text Example
White with #AB6EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6EEA; }
p { color: rgb(171,110,234); }
H1.HeaderClassName
{
color: #AB6EEA;
}
.AnyTagClassName
{
color: #AB6EEA;
}
</style>
background-color css
<style>
a { background-color: #AB6EEA; }
a { background-color: rgb(171,110,234); }
div.DivClassName
{
background-color: #AB6EEA;
}
.BgClassName
{
background-color: #AB6EEA;
}
</style>
border-color css
<style>
span { border-color: #AB6EEA; }
span { border-color: rgb(171,110,234); }
td.TdClassName
{
border-color: #AB6EEA;
}
.TagClassName
{
border-color: #AB6EEA;
}
</style>