Shades of Medium Purple #AB6FFA
Tints of Medium Purple #AB6FFA
RGB
CMYK
RGB Variations
Color information
#AB6FFA (or 0xAB6FFA) is known color: Medium Purple. HEX triplet: AB, 6F and FA. RGB value is (171,111,250). Sum of RGB (Red+Green+Blue) = 171+111+250=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB6FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6FFA is #549005. Grayscale: #909090. Windows color (decimal): -5541894 or 16412587. OLE color: 16412587.
HSL color Cylindrical-coordinate representation of color #AB6FFA: hue angle of 265.9º 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 #AB6FFA is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 111 | 250 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.02 |
| HSL | 265.9º | 0.93% | 0.71% | - |
| HSV(B) | 265.9º | 0.56% | 0.98% | - |
| XYZ | 39.73 | 26.93 | 93.55 | - |
| YUV | 144.79 | 187.38 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 250 | 0.32 | 0.56 | 0 | 0.02 | 265.9 | 0.93 | 0.71 |
| Hex | AB | 6F | FA | 20 | 38 | 0 | 2 | 10A | 5D | 47 |
| Octal | 253 | 157 | 372 | 40 | 70 | 0 | 2 | 412 | 135 | 107 |
| Binary | 10101011 | 1101111 | 11111010 | 100000 | 111000 | 0 | 10 | 100001010 | 1011101 | 1000111 |
Color Harmonies of #AB6FFA
Complementary color
Monochromatic Colors of #AB6FFA
Black with #AB6FFA
Text Example
Text Example
White with #AB6FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6FFA; }
p { color: rgb(171,111,250); }
H1.HeaderClassName
{
color: #AB6FFA;
}
.AnyTagClassName
{
color: #AB6FFA;
}
</style>
background-color css
<style>
a { background-color: #AB6FFA; }
a { background-color: rgb(171,111,250); }
div.DivClassName
{
background-color: #AB6FFA;
}
.BgClassName
{
background-color: #AB6FFA;
}
</style>
border-color css
<style>
span { border-color: #AB6FFA; }
span { border-color: rgb(171,111,250); }
td.TdClassName
{
border-color: #AB6FFA;
}
.TagClassName
{
border-color: #AB6FFA;
}
</style>