Shades of Medium Purple #AB57FE
Tints of Medium Purple #AB57FE
RGB
CMYK
RGB Variations
Color information
#AB57FE (or 0xAB57FE) is known color: Medium Purple. HEX triplet: AB, 57 and FE. RGB value is (171,87,254). Sum of RGB (Red+Green+Blue) = 171+87+254=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB57FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB57FE is #54A801. Grayscale: #828282. Windows color (decimal): -5548034 or 16668587. OLE color: 16668587.
HSL color Cylindrical-coordinate representation of color #AB57FE: hue angle of 270.18º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB57FE is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 87 | 254 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.00 |
| HSL | 270.18º | 0.99% | 0.67% | - |
| HSV(B) | 270.18º | 0.66% | 1% | - |
| XYZ | 38.09 | 22.63 | 96.13 | - |
| YUV | 131.15 | 197.33 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 254 | 0.33 | 0.66 | 0 | 0.00 | 270.18 | 0.99 | 0.67 |
| Hex | AB | 57 | FE | 21 | 42 | 0 | 0 | 10E | 63 | 43 |
| Octal | 253 | 127 | 376 | 41 | 102 | 0 | 0 | 416 | 143 | 103 |
| Binary | 10101011 | 1010111 | 11111110 | 100001 | 1000010 | 0 | 0 | 100001110 | 1100011 | 1000011 |
Color Harmonies of #AB57FE
Complementary color
Monochromatic Colors of #AB57FE
Black with #AB57FE
Text Example
Text Example
White with #AB57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB57FE; }
p { color: rgb(171,87,254); }
H1.HeaderClassName
{
color: #AB57FE;
}
.AnyTagClassName
{
color: #AB57FE;
}
</style>
background-color css
<style>
a { background-color: #AB57FE; }
a { background-color: rgb(171,87,254); }
div.DivClassName
{
background-color: #AB57FE;
}
.BgClassName
{
background-color: #AB57FE;
}
</style>
border-color css
<style>
span { border-color: #AB57FE; }
span { border-color: rgb(171,87,254); }
td.TdClassName
{
border-color: #AB57FE;
}
.TagClassName
{
border-color: #AB57FE;
}
</style>