Shades of Medium Purple #AB6CED
Tints of Medium Purple #AB6CED
RGB
CMYK
RGB Variations
Color information
#AB6CED (or 0xAB6CED) is known color: Medium Purple. HEX triplet: AB, 6C and ED. RGB value is (171,108,237). Sum of RGB (Red+Green+Blue) = 171+108+237=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB6CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6CED is #549312. Grayscale: #8D8D8D. Windows color (decimal): -5542675 or 15559851. OLE color: 15559851.
HSL color Cylindrical-coordinate representation of color #AB6CED: hue angle of 269.3º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB6CED is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 108 | 237 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.07 |
| HSL | 269.3º | 0.78% | 0.68% | - |
| HSV(B) | 269.3º | 0.54% | 0.93% | - |
| XYZ | 37.44 | 25.5 | 83.07 | - |
| YUV | 141.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 237 | 0.28 | 0.54 | 0 | 0.07 | 269.3 | 0.78 | 0.68 |
| Hex | AB | 6C | ED | 1C | 36 | 0 | 7 | 10D | 4E | 44 |
| Octal | 253 | 154 | 355 | 34 | 66 | 0 | 7 | 415 | 116 | 104 |
| Binary | 10101011 | 1101100 | 11101101 | 11100 | 110110 | 0 | 111 | 100001101 | 1001110 | 1000100 |
Color Harmonies of #AB6CED
Complementary color
Monochromatic Colors of #AB6CED
Black with #AB6CED
Text Example
Text Example
White with #AB6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6CED; }
p { color: rgb(171,108,237); }
H1.HeaderClassName
{
color: #AB6CED;
}
.AnyTagClassName
{
color: #AB6CED;
}
</style>
background-color css
<style>
a { background-color: #AB6CED; }
a { background-color: rgb(171,108,237); }
div.DivClassName
{
background-color: #AB6CED;
}
.BgClassName
{
background-color: #AB6CED;
}
</style>
border-color css
<style>
span { border-color: #AB6CED; }
span { border-color: rgb(171,108,237); }
td.TdClassName
{
border-color: #AB6CED;
}
.TagClassName
{
border-color: #AB6CED;
}
</style>