Shades of Medium Purple #AB6EFA
Tints of Medium Purple #AB6EFA
RGB
CMYK
RGB Variations
Color information
#AB6EFA (or 0xAB6EFA) is known color: Medium Purple. HEX triplet: AB, 6E and FA. RGB value is (171,110,250). Sum of RGB (Red+Green+Blue) = 171+110+250=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB6EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6EFA is #549105. Grayscale: #8F8F8F. Windows color (decimal): -5542150 or 16412331. OLE color: 16412331.
HSL color Cylindrical-coordinate representation of color #AB6EFA: hue angle of 266.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB6EFA is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 110 | 250 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.02 |
| HSL | 266.14º | 0.93% | 0.71% | - |
| HSV(B) | 266.14º | 0.56% | 0.98% | - |
| XYZ | 39.63 | 26.71 | 93.51 | - |
| YUV | 144.2 | 187.71 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 250 | 0.32 | 0.56 | 0 | 0.02 | 266.14 | 0.93 | 0.71 |
| Hex | AB | 6E | FA | 20 | 38 | 0 | 2 | 10A | 5D | 47 |
| Octal | 253 | 156 | 372 | 40 | 70 | 0 | 2 | 412 | 135 | 107 |
| Binary | 10101011 | 1101110 | 11111010 | 100000 | 111000 | 0 | 10 | 100001010 | 1011101 | 1000111 |
Color Harmonies of #AB6EFA
Complementary color
Monochromatic Colors of #AB6EFA
Black with #AB6EFA
Text Example
Text Example
White with #AB6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6EFA; }
p { color: rgb(171,110,250); }
H1.HeaderClassName
{
color: #AB6EFA;
}
.AnyTagClassName
{
color: #AB6EFA;
}
</style>
background-color css
<style>
a { background-color: #AB6EFA; }
a { background-color: rgb(171,110,250); }
div.DivClassName
{
background-color: #AB6EFA;
}
.BgClassName
{
background-color: #AB6EFA;
}
</style>
border-color css
<style>
span { border-color: #AB6EFA; }
span { border-color: rgb(171,110,250); }
td.TdClassName
{
border-color: #AB6EFA;
}
.TagClassName
{
border-color: #AB6EFA;
}
</style>