Shades of Medium Purple #AB6FFB
Tints of Medium Purple #AB6FFB
RGB
CMYK
RGB Variations
Color information
#AB6FFB (or 0xAB6FFB) is known color: Medium Purple. HEX triplet: AB, 6F and FB. RGB value is (171,111,251). Sum of RGB (Red+Green+Blue) = 171+111+251=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB6FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6FFB is #549004. Grayscale: #909090. Windows color (decimal): -5541893 or 16478123. OLE color: 16478123.
HSL color Cylindrical-coordinate representation of color #AB6FFB: hue angle of 265.71º degrees, saturation: 0.95, 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 #AB6FFB is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 111 | 251 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.02 |
| HSL | 265.71º | 0.95% | 0.71% | - |
| HSV(B) | 265.71º | 0.56% | 0.98% | - |
| XYZ | 39.89 | 26.99 | 94.37 | - |
| YUV | 144.9 | 187.88 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 251 | 0.32 | 0.56 | 0 | 0.02 | 265.71 | 0.95 | 0.71 |
| Hex | AB | 6F | FB | 20 | 38 | 0 | 2 | 10A | 5F | 47 |
| Octal | 253 | 157 | 373 | 40 | 70 | 0 | 2 | 412 | 137 | 107 |
| Binary | 10101011 | 1101111 | 11111011 | 100000 | 111000 | 0 | 10 | 100001010 | 1011111 | 1000111 |
Color Harmonies of #AB6FFB
Complementary color
Monochromatic Colors of #AB6FFB
Black with #AB6FFB
Text Example
Text Example
White with #AB6FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6FFB; }
p { color: rgb(171,111,251); }
H1.HeaderClassName
{
color: #AB6FFB;
}
.AnyTagClassName
{
color: #AB6FFB;
}
</style>
background-color css
<style>
a { background-color: #AB6FFB; }
a { background-color: rgb(171,111,251); }
div.DivClassName
{
background-color: #AB6FFB;
}
.BgClassName
{
background-color: #AB6FFB;
}
</style>
border-color css
<style>
span { border-color: #AB6FFB; }
span { border-color: rgb(171,111,251); }
td.TdClassName
{
border-color: #AB6FFB;
}
.TagClassName
{
border-color: #AB6FFB;
}
</style>