Shades of Medium Purple #AB5CFE
Tints of Medium Purple #AB5CFE
RGB
CMYK
RGB Variations
Color information
#AB5CFE (or 0xAB5CFE) is known color: Medium Purple. HEX triplet: AB, 5C and FE. RGB value is (171,92,254). Sum of RGB (Red+Green+Blue) = 171+92+254=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB5CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5CFE is #54A301. Grayscale: #858585. Windows color (decimal): -5546754 or 16669867. OLE color: 16669867.
HSL color Cylindrical-coordinate representation of color #AB5CFE: hue angle of 269.26º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB5CFE is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 92 | 254 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.00 |
| HSL | 269.26º | 0.99% | 0.68% | - |
| HSV(B) | 269.26º | 0.64% | 1% | - |
| XYZ | 38.51 | 23.47 | 96.27 | - |
| YUV | 134.09 | 195.67 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 254 | 0.33 | 0.64 | 0 | 0.00 | 269.26 | 0.99 | 0.68 |
| Hex | AB | 5C | FE | 21 | 40 | 0 | 0 | 10D | 63 | 44 |
| Octal | 253 | 134 | 376 | 41 | 100 | 0 | 0 | 415 | 143 | 104 |
| Binary | 10101011 | 1011100 | 11111110 | 100001 | 1000000 | 0 | 0 | 100001101 | 1100011 | 1000100 |
Color Harmonies of #AB5CFE
Complementary color
Monochromatic Colors of #AB5CFE
Black with #AB5CFE
Text Example
Text Example
White with #AB5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5CFE; }
p { color: rgb(171,92,254); }
H1.HeaderClassName
{
color: #AB5CFE;
}
.AnyTagClassName
{
color: #AB5CFE;
}
</style>
background-color css
<style>
a { background-color: #AB5CFE; }
a { background-color: rgb(171,92,254); }
div.DivClassName
{
background-color: #AB5CFE;
}
.BgClassName
{
background-color: #AB5CFE;
}
</style>
border-color css
<style>
span { border-color: #AB5CFE; }
span { border-color: rgb(171,92,254); }
td.TdClassName
{
border-color: #AB5CFE;
}
.TagClassName
{
border-color: #AB5CFE;
}
</style>