Shades of Medium Purple #AB74EA
Tints of Medium Purple #AB74EA
RGB
CMYK
RGB Variations
Color information
#AB74EA (or 0xAB74EA) is known color: Medium Purple. HEX triplet: AB, 74 and EA. RGB value is (171,116,234). Sum of RGB (Red+Green+Blue) = 171+116+234=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB74EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB74EA is #548B15. Grayscale: #919191. Windows color (decimal): -5540630 or 15365291. OLE color: 15365291.
HSL color Cylindrical-coordinate representation of color #AB74EA: hue angle of 267.97º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB74EA is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 116 | 234 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.08 |
| HSL | 267.97º | 0.74% | 0.69% | - |
| HSV(B) | 267.97º | 0.5% | 0.92% | - |
| XYZ | 37.89 | 27.09 | 81.07 | - |
| YUV | 145.9 | 177.72 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 234 | 0.27 | 0.50 | 0 | 0.08 | 267.97 | 0.74 | 0.69 |
| Hex | AB | 74 | EA | 1B | 32 | 0 | 8 | 10C | 4A | 45 |
| Octal | 253 | 164 | 352 | 33 | 62 | 0 | 10 | 414 | 112 | 105 |
| Binary | 10101011 | 1110100 | 11101010 | 11011 | 110010 | 0 | 1000 | 100001100 | 1001010 | 1000101 |
Color Harmonies of #AB74EA
Complementary color
Monochromatic Colors of #AB74EA
Black with #AB74EA
Text Example
Text Example
White with #AB74EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB74EA; }
p { color: rgb(171,116,234); }
H1.HeaderClassName
{
color: #AB74EA;
}
.AnyTagClassName
{
color: #AB74EA;
}
</style>
background-color css
<style>
a { background-color: #AB74EA; }
a { background-color: rgb(171,116,234); }
div.DivClassName
{
background-color: #AB74EA;
}
.BgClassName
{
background-color: #AB74EA;
}
</style>
border-color css
<style>
span { border-color: #AB74EA; }
span { border-color: rgb(171,116,234); }
td.TdClassName
{
border-color: #AB74EA;
}
.TagClassName
{
border-color: #AB74EA;
}
</style>