Shades of Medium Purple #AB62EE
Tints of Medium Purple #AB62EE
RGB
CMYK
RGB Variations
Color information
#AB62EE (or 0xAB62EE) is known color: Medium Purple. HEX triplet: AB, 62 and EE. RGB value is (171,98,238). Sum of RGB (Red+Green+Blue) = 171+98+238=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB62EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB62EE is #549D11. Grayscale: #878787. Windows color (decimal): -5545234 or 15622827. OLE color: 15622827.
HSL color Cylindrical-coordinate representation of color #AB62EE: hue angle of 271.29º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB62EE is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 98 | 238 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.07 |
| HSL | 271.29º | 0.8% | 0.66% | - |
| HSV(B) | 271.29º | 0.59% | 0.93% | - |
| XYZ | 36.59 | 23.57 | 83.51 | - |
| YUV | 135.79 | 185.68 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 238 | 0.28 | 0.59 | 0 | 0.07 | 271.29 | 0.8 | 0.66 |
| Hex | AB | 62 | EE | 1C | 3B | 0 | 7 | 10F | 50 | 42 |
| Octal | 253 | 142 | 356 | 34 | 73 | 0 | 7 | 417 | 120 | 102 |
| Binary | 10101011 | 1100010 | 11101110 | 11100 | 111011 | 0 | 111 | 100001111 | 1010000 | 1000010 |
Color Harmonies of #AB62EE
Complementary color
Monochromatic Colors of #AB62EE
Black with #AB62EE
Text Example
Text Example
White with #AB62EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB62EE; }
p { color: rgb(171,98,238); }
H1.HeaderClassName
{
color: #AB62EE;
}
.AnyTagClassName
{
color: #AB62EE;
}
</style>
background-color css
<style>
a { background-color: #AB62EE; }
a { background-color: rgb(171,98,238); }
div.DivClassName
{
background-color: #AB62EE;
}
.BgClassName
{
background-color: #AB62EE;
}
</style>
border-color css
<style>
span { border-color: #AB62EE; }
span { border-color: rgb(171,98,238); }
td.TdClassName
{
border-color: #AB62EE;
}
.TagClassName
{
border-color: #AB62EE;
}
</style>