Shades of Medium Purple #AB72EE
Tints of Medium Purple #AB72EE
RGB
CMYK
RGB Variations
Color information
#AB72EE (or 0xAB72EE) is known color: Medium Purple. HEX triplet: AB, 72 and EE. RGB value is (171,114,238). Sum of RGB (Red+Green+Blue) = 171+114+238=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB72EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB72EE is #548D11. Grayscale: #909090. Windows color (decimal): -5541138 or 15626923. OLE color: 15626923.
HSL color Cylindrical-coordinate representation of color #AB72EE: hue angle of 267.58º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB72EE is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 114 | 238 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.07 |
| HSL | 267.58º | 0.78% | 0.69% | - |
| HSV(B) | 267.58º | 0.52% | 0.93% | - |
| XYZ | 38.24 | 26.87 | 84.06 | - |
| YUV | 145.18 | 180.38 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 238 | 0.28 | 0.52 | 0 | 0.07 | 267.58 | 0.78 | 0.69 |
| Hex | AB | 72 | EE | 1C | 34 | 0 | 7 | 10C | 4E | 45 |
| Octal | 253 | 162 | 356 | 34 | 64 | 0 | 7 | 414 | 116 | 105 |
| Binary | 10101011 | 1110010 | 11101110 | 11100 | 110100 | 0 | 111 | 100001100 | 1001110 | 1000101 |
Color Harmonies of #AB72EE
Complementary color
Monochromatic Colors of #AB72EE
Black with #AB72EE
Text Example
Text Example
White with #AB72EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB72EE; }
p { color: rgb(171,114,238); }
H1.HeaderClassName
{
color: #AB72EE;
}
.AnyTagClassName
{
color: #AB72EE;
}
</style>
background-color css
<style>
a { background-color: #AB72EE; }
a { background-color: rgb(171,114,238); }
div.DivClassName
{
background-color: #AB72EE;
}
.BgClassName
{
background-color: #AB72EE;
}
</style>
border-color css
<style>
span { border-color: #AB72EE; }
span { border-color: rgb(171,114,238); }
td.TdClassName
{
border-color: #AB72EE;
}
.TagClassName
{
border-color: #AB72EE;
}
</style>