Shades of Medium Purple #AB6CFE
Tints of Medium Purple #AB6CFE
RGB
CMYK
RGB Variations
Color information
#AB6CFE (or 0xAB6CFE) is known color: Medium Purple. HEX triplet: AB, 6C and FE. RGB value is (171,108,254). Sum of RGB (Red+Green+Blue) = 171+108+254=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB6CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6CFE is #549301. Grayscale: #8E8E8E. Windows color (decimal): -5542658 or 16673963. OLE color: 16673963.
HSL color Cylindrical-coordinate representation of color #AB6CFE: hue angle of 265.89º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB6CFE is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 108 | 254 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.00 |
| HSL | 265.89º | 0.99% | 0.71% | - |
| HSV(B) | 265.89º | 0.57% | 1% | - |
| XYZ | 40.05 | 26.54 | 96.78 | - |
| YUV | 143.48 | 190.37 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 254 | 0.33 | 0.57 | 0 | 0.00 | 265.89 | 0.99 | 0.71 |
| Hex | AB | 6C | FE | 21 | 39 | 0 | 0 | 10A | 63 | 47 |
| Octal | 253 | 154 | 376 | 41 | 71 | 0 | 0 | 412 | 143 | 107 |
| Binary | 10101011 | 1101100 | 11111110 | 100001 | 111001 | 0 | 0 | 100001010 | 1100011 | 1000111 |
Color Harmonies of #AB6CFE
Complementary color
Monochromatic Colors of #AB6CFE
Black with #AB6CFE
Text Example
Text Example
White with #AB6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6CFE; }
p { color: rgb(171,108,254); }
H1.HeaderClassName
{
color: #AB6CFE;
}
.AnyTagClassName
{
color: #AB6CFE;
}
</style>
background-color css
<style>
a { background-color: #AB6CFE; }
a { background-color: rgb(171,108,254); }
div.DivClassName
{
background-color: #AB6CFE;
}
.BgClassName
{
background-color: #AB6CFE;
}
</style>
border-color css
<style>
span { border-color: #AB6CFE; }
span { border-color: rgb(171,108,254); }
td.TdClassName
{
border-color: #AB6CFE;
}
.TagClassName
{
border-color: #AB6CFE;
}
</style>