Shades of Medium Purple #AB65EE
Tints of Medium Purple #AB65EE
RGB
CMYK
RGB Variations
Color information
#AB65EE (or 0xAB65EE) is known color: Medium Purple. HEX triplet: AB, 65 and EE. RGB value is (171,101,238). Sum of RGB (Red+Green+Blue) = 171+101+238=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB65EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB65EE is #549A11. Grayscale: #898989. Windows color (decimal): -5544466 or 15623595. OLE color: 15623595.
HSL color Cylindrical-coordinate representation of color #AB65EE: hue angle of 270.66º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB65EE is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 101 | 238 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.07 |
| HSL | 270.66º | 0.8% | 0.66% | - |
| HSV(B) | 270.66º | 0.58% | 0.93% | - |
| XYZ | 36.88 | 24.14 | 83.6 | - |
| YUV | 137.55 | 184.69 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 238 | 0.28 | 0.58 | 0 | 0.07 | 270.66 | 0.8 | 0.66 |
| Hex | AB | 65 | EE | 1C | 3A | 0 | 7 | 10F | 50 | 42 |
| Octal | 253 | 145 | 356 | 34 | 72 | 0 | 7 | 417 | 120 | 102 |
| Binary | 10101011 | 1100101 | 11101110 | 11100 | 111010 | 0 | 111 | 100001111 | 1010000 | 1000010 |
Color Harmonies of #AB65EE
Complementary color
Monochromatic Colors of #AB65EE
Black with #AB65EE
Text Example
Text Example
White with #AB65EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB65EE; }
p { color: rgb(171,101,238); }
H1.HeaderClassName
{
color: #AB65EE;
}
.AnyTagClassName
{
color: #AB65EE;
}
</style>
background-color css
<style>
a { background-color: #AB65EE; }
a { background-color: rgb(171,101,238); }
div.DivClassName
{
background-color: #AB65EE;
}
.BgClassName
{
background-color: #AB65EE;
}
</style>
border-color css
<style>
span { border-color: #AB65EE; }
span { border-color: rgb(171,101,238); }
td.TdClassName
{
border-color: #AB65EE;
}
.TagClassName
{
border-color: #AB65EE;
}
</style>