Shades of Medium Purple #AB6CE7
Tints of Medium Purple #AB6CE7
RGB
CMYK
RGB Variations
Color information
#AB6CE7 (or 0xAB6CE7) is known color: Medium Purple. HEX triplet: AB, 6C and E7. RGB value is (171,108,231). Sum of RGB (Red+Green+Blue) = 171+108+231=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB6CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6CE7 is #549318. Grayscale: #8C8C8C. Windows color (decimal): -5542681 or 15166635. OLE color: 15166635.
HSL color Cylindrical-coordinate representation of color #AB6CE7: hue angle of 270.73º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB6CE7 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 108 | 231 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.09 |
| HSL | 270.73º | 0.72% | 0.66% | - |
| HSV(B) | 270.73º | 0.53% | 0.91% | - |
| XYZ | 36.58 | 25.15 | 78.53 | - |
| YUV | 140.86 | 178.87 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 231 | 0.26 | 0.53 | 0 | 0.09 | 270.73 | 0.72 | 0.66 |
| Hex | AB | 6C | E7 | 1A | 35 | 0 | 9 | 10F | 48 | 42 |
| Octal | 253 | 154 | 347 | 32 | 65 | 0 | 11 | 417 | 110 | 102 |
| Binary | 10101011 | 1101100 | 11100111 | 11010 | 110101 | 0 | 1001 | 100001111 | 1001000 | 1000010 |
Color Harmonies of #AB6CE7
Complementary color
Monochromatic Colors of #AB6CE7
Black with #AB6CE7
Text Example
Text Example
White with #AB6CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6CE7; }
p { color: rgb(171,108,231); }
H1.HeaderClassName
{
color: #AB6CE7;
}
.AnyTagClassName
{
color: #AB6CE7;
}
</style>
background-color css
<style>
a { background-color: #AB6CE7; }
a { background-color: rgb(171,108,231); }
div.DivClassName
{
background-color: #AB6CE7;
}
.BgClassName
{
background-color: #AB6CE7;
}
</style>
border-color css
<style>
span { border-color: #AB6CE7; }
span { border-color: rgb(171,108,231); }
td.TdClassName
{
border-color: #AB6CE7;
}
.TagClassName
{
border-color: #AB6CE7;
}
</style>