Shades of Medium Purple #AB6DEA
Tints of Medium Purple #AB6DEA
RGB
CMYK
RGB Variations
Color information
#AB6DEA (or 0xAB6DEA) is known color: Medium Purple. HEX triplet: AB, 6D and EA. RGB value is (171,109,234). Sum of RGB (Red+Green+Blue) = 171+109+234=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB6DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6DEA is #549215. Grayscale: #8D8D8D. Windows color (decimal): -5542422 or 15363499. OLE color: 15363499.
HSL color Cylindrical-coordinate representation of color #AB6DEA: hue angle of 269.76º 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 #AB6DEA is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 109 | 234 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.08 |
| HSL | 269.76º | 0.75% | 0.67% | - |
| HSV(B) | 269.76º | 0.53% | 0.92% | - |
| XYZ | 37.11 | 25.54 | 80.81 | - |
| YUV | 141.79 | 180.04 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 109 | 234 | 0.27 | 0.53 | 0 | 0.08 | 269.76 | 0.75 | 0.67 |
| Hex | AB | 6D | EA | 1B | 35 | 0 | 8 | 10E | 4B | 43 |
| Octal | 253 | 155 | 352 | 33 | 65 | 0 | 10 | 416 | 113 | 103 |
| Binary | 10101011 | 1101101 | 11101010 | 11011 | 110101 | 0 | 1000 | 100001110 | 1001011 | 1000011 |
Color Harmonies of #AB6DEA
Complementary color
Monochromatic Colors of #AB6DEA
Black with #AB6DEA
Text Example
Text Example
White with #AB6DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6DEA; }
p { color: rgb(171,109,234); }
H1.HeaderClassName
{
color: #AB6DEA;
}
.AnyTagClassName
{
color: #AB6DEA;
}
</style>
background-color css
<style>
a { background-color: #AB6DEA; }
a { background-color: rgb(171,109,234); }
div.DivClassName
{
background-color: #AB6DEA;
}
.BgClassName
{
background-color: #AB6DEA;
}
</style>
border-color css
<style>
span { border-color: #AB6DEA; }
span { border-color: rgb(171,109,234); }
td.TdClassName
{
border-color: #AB6DEA;
}
.TagClassName
{
border-color: #AB6DEA;
}
</style>