Shades of Medium Purple #AB67EE
Tints of Medium Purple #AB67EE
RGB
CMYK
RGB Variations
Color information
#AB67EE (or 0xAB67EE) is known color: Medium Purple. HEX triplet: AB, 67 and EE. RGB value is (171,103,238). Sum of RGB (Red+Green+Blue) = 171+103+238=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB67EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB67EE is #549811. Grayscale: #8A8A8A. Windows color (decimal): -5543954 or 15624107. OLE color: 15624107.
HSL color Cylindrical-coordinate representation of color #AB67EE: hue angle of 270.22º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB67EE is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 103 | 238 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.07 |
| HSL | 270.22º | 0.8% | 0.67% | - |
| HSV(B) | 270.22º | 0.57% | 0.93% | - |
| XYZ | 37.08 | 24.53 | 83.67 | - |
| YUV | 138.72 | 184.03 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 238 | 0.28 | 0.57 | 0 | 0.07 | 270.22 | 0.8 | 0.67 |
| Hex | AB | 67 | EE | 1C | 39 | 0 | 7 | 10E | 50 | 43 |
| Octal | 253 | 147 | 356 | 34 | 71 | 0 | 7 | 416 | 120 | 103 |
| Binary | 10101011 | 1100111 | 11101110 | 11100 | 111001 | 0 | 111 | 100001110 | 1010000 | 1000011 |
Color Harmonies of #AB67EE
Complementary color
Monochromatic Colors of #AB67EE
Black with #AB67EE
Text Example
Text Example
White with #AB67EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB67EE; }
p { color: rgb(171,103,238); }
H1.HeaderClassName
{
color: #AB67EE;
}
.AnyTagClassName
{
color: #AB67EE;
}
</style>
background-color css
<style>
a { background-color: #AB67EE; }
a { background-color: rgb(171,103,238); }
div.DivClassName
{
background-color: #AB67EE;
}
.BgClassName
{
background-color: #AB67EE;
}
</style>
border-color css
<style>
span { border-color: #AB67EE; }
span { border-color: rgb(171,103,238); }
td.TdClassName
{
border-color: #AB67EE;
}
.TagClassName
{
border-color: #AB67EE;
}
</style>