Shades of Medium Purple #AB6CEC
Tints of Medium Purple #AB6CEC
RGB
CMYK
RGB Variations
Color information
#AB6CEC (or 0xAB6CEC) is known color: Medium Purple. HEX triplet: AB, 6C and EC. RGB value is (171,108,236). Sum of RGB (Red+Green+Blue) = 171+108+236=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB6CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6CEC is #549313. Grayscale: #8C8C8C. Windows color (decimal): -5542676 or 15494315. OLE color: 15494315.
HSL color Cylindrical-coordinate representation of color #AB6CEC: hue angle of 269.53º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB6CEC is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 108 | 236 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.07 |
| HSL | 269.53º | 0.77% | 0.67% | - |
| HSV(B) | 269.53º | 0.54% | 0.93% | - |
| XYZ | 37.3 | 25.44 | 82.3 | - |
| YUV | 141.43 | 181.37 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 236 | 0.28 | 0.54 | 0 | 0.07 | 269.53 | 0.77 | 0.67 |
| Hex | AB | 6C | EC | 1C | 36 | 0 | 7 | 10E | 4D | 43 |
| Octal | 253 | 154 | 354 | 34 | 66 | 0 | 7 | 416 | 115 | 103 |
| Binary | 10101011 | 1101100 | 11101100 | 11100 | 110110 | 0 | 111 | 100001110 | 1001101 | 1000011 |
Color Harmonies of #AB6CEC
Complementary color
Monochromatic Colors of #AB6CEC
Black with #AB6CEC
Text Example
Text Example
White with #AB6CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6CEC; }
p { color: rgb(171,108,236); }
H1.HeaderClassName
{
color: #AB6CEC;
}
.AnyTagClassName
{
color: #AB6CEC;
}
</style>
background-color css
<style>
a { background-color: #AB6CEC; }
a { background-color: rgb(171,108,236); }
div.DivClassName
{
background-color: #AB6CEC;
}
.BgClassName
{
background-color: #AB6CEC;
}
</style>
border-color css
<style>
span { border-color: #AB6CEC; }
span { border-color: rgb(171,108,236); }
td.TdClassName
{
border-color: #AB6CEC;
}
.TagClassName
{
border-color: #AB6CEC;
}
</style>