Shades of Medium Purple #AB7FF5
Tints of Medium Purple #AB7FF5
RGB
CMYK
RGB Variations
Color information
#AB7FF5 (or 0xAB7FF5) is known color: Medium Purple. HEX triplet: AB, 7F and F5. RGB value is (171,127,245). Sum of RGB (Red+Green+Blue) = 171+127+245=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB7FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7FF5 is #54800A. Grayscale: #999999. Windows color (decimal): -5537803 or 16089003. OLE color: 16089003.
HSL color Cylindrical-coordinate representation of color #AB7FF5: hue angle of 262.37º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB7FF5 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 127 | 245 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.04 |
| HSL | 262.37º | 0.86% | 0.73% | - |
| HSV(B) | 262.37º | 0.48% | 0.96% | - |
| XYZ | 40.87 | 30.43 | 90.11 | - |
| YUV | 153.61 | 179.58 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 245 | 0.30 | 0.48 | 0 | 0.04 | 262.37 | 0.86 | 0.73 |
| Hex | AB | 7F | F5 | 1E | 30 | 0 | 4 | 106 | 56 | 49 |
| Octal | 253 | 177 | 365 | 36 | 60 | 0 | 4 | 406 | 126 | 111 |
| Binary | 10101011 | 1111111 | 11110101 | 11110 | 110000 | 0 | 100 | 100000110 | 1010110 | 1001001 |
Color Harmonies of #AB7FF5
Complementary color
Monochromatic Colors of #AB7FF5
Black with #AB7FF5
Text Example
Text Example
White with #AB7FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7FF5; }
p { color: rgb(171,127,245); }
H1.HeaderClassName
{
color: #AB7FF5;
}
.AnyTagClassName
{
color: #AB7FF5;
}
</style>
background-color css
<style>
a { background-color: #AB7FF5; }
a { background-color: rgb(171,127,245); }
div.DivClassName
{
background-color: #AB7FF5;
}
.BgClassName
{
background-color: #AB7FF5;
}
</style>
border-color css
<style>
span { border-color: #AB7FF5; }
span { border-color: rgb(171,127,245); }
td.TdClassName
{
border-color: #AB7FF5;
}
.TagClassName
{
border-color: #AB7FF5;
}
</style>