Shades of Medium Purple #AB74ED
Tints of Medium Purple #AB74ED
RGB
CMYK
RGB Variations
Color information
#AB74ED (or 0xAB74ED) is known color: Medium Purple. HEX triplet: AB, 74 and ED. RGB value is (171,116,237). Sum of RGB (Red+Green+Blue) = 171+116+237=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB74ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB74ED is #548B12. Grayscale: #919191. Windows color (decimal): -5540627 or 15561899. OLE color: 15561899.
HSL color Cylindrical-coordinate representation of color #AB74ED: hue angle of 267.27º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB74ED is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 116 | 237 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.07 |
| HSL | 267.27º | 0.77% | 0.69% | - |
| HSV(B) | 267.27º | 0.51% | 0.93% | - |
| XYZ | 38.33 | 27.26 | 83.36 | - |
| YUV | 146.24 | 179.22 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 237 | 0.28 | 0.51 | 0 | 0.07 | 267.27 | 0.77 | 0.69 |
| Hex | AB | 74 | ED | 1C | 33 | 0 | 7 | 10B | 4D | 45 |
| Octal | 253 | 164 | 355 | 34 | 63 | 0 | 7 | 413 | 115 | 105 |
| Binary | 10101011 | 1110100 | 11101101 | 11100 | 110011 | 0 | 111 | 100001011 | 1001101 | 1000101 |
Color Harmonies of #AB74ED
Complementary color
Monochromatic Colors of #AB74ED
Black with #AB74ED
Text Example
Text Example
White with #AB74ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB74ED; }
p { color: rgb(171,116,237); }
H1.HeaderClassName
{
color: #AB74ED;
}
.AnyTagClassName
{
color: #AB74ED;
}
</style>
background-color css
<style>
a { background-color: #AB74ED; }
a { background-color: rgb(171,116,237); }
div.DivClassName
{
background-color: #AB74ED;
}
.BgClassName
{
background-color: #AB74ED;
}
</style>
border-color css
<style>
span { border-color: #AB74ED; }
span { border-color: rgb(171,116,237); }
td.TdClassName
{
border-color: #AB74ED;
}
.TagClassName
{
border-color: #AB74ED;
}
</style>