Shades of Medium Purple #AB6BFE
Tints of Medium Purple #AB6BFE
RGB
CMYK
RGB Variations
Color information
#AB6BFE (or 0xAB6BFE) is known color: Medium Purple. HEX triplet: AB, 6B and FE. RGB value is (171,107,254). Sum of RGB (Red+Green+Blue) = 171+107+254=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB6BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6BFE is #549401. Grayscale: #8E8E8E. Windows color (decimal): -5542914 or 16673707. OLE color: 16673707.
HSL color Cylindrical-coordinate representation of color #AB6BFE: hue angle of 266.12º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB6BFE is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 107 | 254 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.00 |
| HSL | 266.12º | 0.99% | 0.71% | - |
| HSV(B) | 266.12º | 0.58% | 1% | - |
| XYZ | 39.94 | 26.33 | 96.74 | - |
| YUV | 142.89 | 190.7 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 254 | 0.33 | 0.58 | 0 | 0.00 | 266.12 | 0.99 | 0.71 |
| Hex | AB | 6B | FE | 21 | 3A | 0 | 0 | 10A | 63 | 47 |
| Octal | 253 | 153 | 376 | 41 | 72 | 0 | 0 | 412 | 143 | 107 |
| Binary | 10101011 | 1101011 | 11111110 | 100001 | 111010 | 0 | 0 | 100001010 | 1100011 | 1000111 |
Color Harmonies of #AB6BFE
Complementary color
Monochromatic Colors of #AB6BFE
Black with #AB6BFE
Text Example
Text Example
White with #AB6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6BFE; }
p { color: rgb(171,107,254); }
H1.HeaderClassName
{
color: #AB6BFE;
}
.AnyTagClassName
{
color: #AB6BFE;
}
</style>
background-color css
<style>
a { background-color: #AB6BFE; }
a { background-color: rgb(171,107,254); }
div.DivClassName
{
background-color: #AB6BFE;
}
.BgClassName
{
background-color: #AB6BFE;
}
</style>
border-color css
<style>
span { border-color: #AB6BFE; }
span { border-color: rgb(171,107,254); }
td.TdClassName
{
border-color: #AB6BFE;
}
.TagClassName
{
border-color: #AB6BFE;
}
</style>