Shades of Medium Purple #AB66EC
Tints of Medium Purple #AB66EC
RGB
CMYK
RGB Variations
Color information
#AB66EC (or 0xAB66EC) is known color: Medium Purple. HEX triplet: AB, 66 and EC. RGB value is (171,102,236). Sum of RGB (Red+Green+Blue) = 171+102+236=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB66EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB66EC is #549913. Grayscale: #898989. Windows color (decimal): -5544212 or 15492779. OLE color: 15492779.
HSL color Cylindrical-coordinate representation of color #AB66EC: hue angle of 270.9º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB66EC is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 102 | 236 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.07 |
| HSL | 270.9º | 0.78% | 0.66% | - |
| HSV(B) | 270.9º | 0.57% | 0.93% | - |
| XYZ | 36.69 | 24.22 | 82.1 | - |
| YUV | 137.91 | 183.36 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 236 | 0.28 | 0.57 | 0 | 0.07 | 270.9 | 0.78 | 0.66 |
| Hex | AB | 66 | EC | 1C | 39 | 0 | 7 | 10F | 4E | 42 |
| Octal | 253 | 146 | 354 | 34 | 71 | 0 | 7 | 417 | 116 | 102 |
| Binary | 10101011 | 1100110 | 11101100 | 11100 | 111001 | 0 | 111 | 100001111 | 1001110 | 1000010 |
Color Harmonies of #AB66EC
Complementary color
Monochromatic Colors of #AB66EC
Black with #AB66EC
Text Example
Text Example
White with #AB66EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB66EC; }
p { color: rgb(171,102,236); }
H1.HeaderClassName
{
color: #AB66EC;
}
.AnyTagClassName
{
color: #AB66EC;
}
</style>
background-color css
<style>
a { background-color: #AB66EC; }
a { background-color: rgb(171,102,236); }
div.DivClassName
{
background-color: #AB66EC;
}
.BgClassName
{
background-color: #AB66EC;
}
</style>
border-color css
<style>
span { border-color: #AB66EC; }
span { border-color: rgb(171,102,236); }
td.TdClassName
{
border-color: #AB66EC;
}
.TagClassName
{
border-color: #AB66EC;
}
</style>