Shades of Medium Purple #AB6CE5
Tints of Medium Purple #AB6CE5
RGB
CMYK
RGB Variations
Color information
#AB6CE5 (or 0xAB6CE5) is known color: Medium Purple. HEX triplet: AB, 6C and E5. RGB value is (171,108,229). Sum of RGB (Red+Green+Blue) = 171+108+229=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB6CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6CE5 is #54931A. Grayscale: #8C8C8C. Windows color (decimal): -5542683 or 15035563. OLE color: 15035563.
HSL color Cylindrical-coordinate representation of color #AB6CE5: hue angle of 271.24º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB6CE5 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 108 | 229 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.10 |
| HSL | 271.24º | 0.7% | 0.66% | - |
| HSV(B) | 271.24º | 0.53% | 0.9% | - |
| XYZ | 36.3 | 25.04 | 77.05 | - |
| YUV | 140.63 | 177.87 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 229 | 0.25 | 0.53 | 0 | 0.10 | 271.24 | 0.7 | 0.66 |
| Hex | AB | 6C | E5 | 19 | 35 | 0 | A | 10F | 46 | 42 |
| Octal | 253 | 154 | 345 | 31 | 65 | 0 | 12 | 417 | 106 | 102 |
| Binary | 10101011 | 1101100 | 11100101 | 11001 | 110101 | 0 | 1010 | 100001111 | 1000110 | 1000010 |
Color Harmonies of #AB6CE5
Complementary color
Monochromatic Colors of #AB6CE5
Black with #AB6CE5
Text Example
Text Example
White with #AB6CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6CE5; }
p { color: rgb(171,108,229); }
H1.HeaderClassName
{
color: #AB6CE5;
}
.AnyTagClassName
{
color: #AB6CE5;
}
</style>
background-color css
<style>
a { background-color: #AB6CE5; }
a { background-color: rgb(171,108,229); }
div.DivClassName
{
background-color: #AB6CE5;
}
.BgClassName
{
background-color: #AB6CE5;
}
</style>
border-color css
<style>
span { border-color: #AB6CE5; }
span { border-color: rgb(171,108,229); }
td.TdClassName
{
border-color: #AB6CE5;
}
.TagClassName
{
border-color: #AB6CE5;
}
</style>