Shades of Medium Purple #AB67EC
Tints of Medium Purple #AB67EC
RGB
CMYK
RGB Variations
Color information
#AB67EC (or 0xAB67EC) is known color: Medium Purple. HEX triplet: AB, 67 and EC. RGB value is (171,103,236). Sum of RGB (Red+Green+Blue) = 171+103+236=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB67EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB67EC is #549813. Grayscale: #8A8A8A. Windows color (decimal): -5543956 or 15493035. OLE color: 15493035.
HSL color Cylindrical-coordinate representation of color #AB67EC: hue angle of 270.68º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB67EC is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 103 | 236 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.07 |
| HSL | 270.68º | 0.78% | 0.66% | - |
| HSV(B) | 270.68º | 0.56% | 0.93% | - |
| XYZ | 36.79 | 24.41 | 82.13 | - |
| YUV | 138.49 | 183.03 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 236 | 0.28 | 0.56 | 0 | 0.07 | 270.68 | 0.78 | 0.66 |
| Hex | AB | 67 | EC | 1C | 38 | 0 | 7 | 10F | 4E | 42 |
| Octal | 253 | 147 | 354 | 34 | 70 | 0 | 7 | 417 | 116 | 102 |
| Binary | 10101011 | 1100111 | 11101100 | 11100 | 111000 | 0 | 111 | 100001111 | 1001110 | 1000010 |
Color Harmonies of #AB67EC
Complementary color
Monochromatic Colors of #AB67EC
Black with #AB67EC
Text Example
Text Example
White with #AB67EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB67EC; }
p { color: rgb(171,103,236); }
H1.HeaderClassName
{
color: #AB67EC;
}
.AnyTagClassName
{
color: #AB67EC;
}
</style>
background-color css
<style>
a { background-color: #AB67EC; }
a { background-color: rgb(171,103,236); }
div.DivClassName
{
background-color: #AB67EC;
}
.BgClassName
{
background-color: #AB67EC;
}
</style>
border-color css
<style>
span { border-color: #AB67EC; }
span { border-color: rgb(171,103,236); }
td.TdClassName
{
border-color: #AB67EC;
}
.TagClassName
{
border-color: #AB67EC;
}
</style>