Shades of Medium Purple #AB71FE
Tints of Medium Purple #AB71FE
RGB
CMYK
RGB Variations
Color information
#AB71FE (or 0xAB71FE) is known color: Medium Purple. HEX triplet: AB, 71 and FE. RGB value is (171,113,254). Sum of RGB (Red+Green+Blue) = 171+113+254=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB71FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB71FE is #548E01. Grayscale: #919191. Windows color (decimal): -5541378 or 16675243. OLE color: 16675243.
HSL color Cylindrical-coordinate representation of color #AB71FE: hue angle of 264.68º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB71FE is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 113 | 254 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.00 |
| HSL | 264.68º | 0.99% | 0.72% | - |
| HSV(B) | 264.68º | 0.56% | 1% | - |
| XYZ | 40.59 | 27.62 | 96.96 | - |
| YUV | 146.42 | 188.72 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 254 | 0.33 | 0.56 | 0 | 0.00 | 264.68 | 0.99 | 0.72 |
| Hex | AB | 71 | FE | 21 | 38 | 0 | 0 | 109 | 63 | 48 |
| Octal | 253 | 161 | 376 | 41 | 70 | 0 | 0 | 411 | 143 | 110 |
| Binary | 10101011 | 1110001 | 11111110 | 100001 | 111000 | 0 | 0 | 100001001 | 1100011 | 1001000 |
Color Harmonies of #AB71FE
Complementary color
Monochromatic Colors of #AB71FE
Black with #AB71FE
Text Example
Text Example
White with #AB71FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB71FE; }
p { color: rgb(171,113,254); }
H1.HeaderClassName
{
color: #AB71FE;
}
.AnyTagClassName
{
color: #AB71FE;
}
</style>
background-color css
<style>
a { background-color: #AB71FE; }
a { background-color: rgb(171,113,254); }
div.DivClassName
{
background-color: #AB71FE;
}
.BgClassName
{
background-color: #AB71FE;
}
</style>
border-color css
<style>
span { border-color: #AB71FE; }
span { border-color: rgb(171,113,254); }
td.TdClassName
{
border-color: #AB71FE;
}
.TagClassName
{
border-color: #AB71FE;
}
</style>