Shades of Medium Purple #AB6BEE
Tints of Medium Purple #AB6BEE
RGB
CMYK
RGB Variations
Color information
#AB6BEE (or 0xAB6BEE) is known color: Medium Purple. HEX triplet: AB, 6B and EE. RGB value is (171,107,238). Sum of RGB (Red+Green+Blue) = 171+107+238=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB6BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6BEE is #549411. Grayscale: #8C8C8C. Windows color (decimal): -5542930 or 15625131. OLE color: 15625131.
HSL color Cylindrical-coordinate representation of color #AB6BEE: hue angle of 269.31º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB6BEE is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 107 | 238 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.07 |
| HSL | 269.31º | 0.79% | 0.68% | - |
| HSV(B) | 269.31º | 0.55% | 0.93% | - |
| XYZ | 37.48 | 25.35 | 83.81 | - |
| YUV | 141.07 | 182.7 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 238 | 0.28 | 0.55 | 0 | 0.07 | 269.31 | 0.79 | 0.68 |
| Hex | AB | 6B | EE | 1C | 37 | 0 | 7 | 10D | 4F | 44 |
| Octal | 253 | 153 | 356 | 34 | 67 | 0 | 7 | 415 | 117 | 104 |
| Binary | 10101011 | 1101011 | 11101110 | 11100 | 110111 | 0 | 111 | 100001101 | 1001111 | 1000100 |
Color Harmonies of #AB6BEE
Complementary color
Monochromatic Colors of #AB6BEE
Black with #AB6BEE
Text Example
Text Example
White with #AB6BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6BEE; }
p { color: rgb(171,107,238); }
H1.HeaderClassName
{
color: #AB6BEE;
}
.AnyTagClassName
{
color: #AB6BEE;
}
</style>
background-color css
<style>
a { background-color: #AB6BEE; }
a { background-color: rgb(171,107,238); }
div.DivClassName
{
background-color: #AB6BEE;
}
.BgClassName
{
background-color: #AB6BEE;
}
</style>
border-color css
<style>
span { border-color: #AB6BEE; }
span { border-color: rgb(171,107,238); }
td.TdClassName
{
border-color: #AB6BEE;
}
.TagClassName
{
border-color: #AB6BEE;
}
</style>