Shades of Medium Purple #AB7DF5
Tints of Medium Purple #AB7DF5
RGB
CMYK
RGB Variations
Color information
#AB7DF5 (or 0xAB7DF5) is known color: Medium Purple. HEX triplet: AB, 7D and F5. RGB value is (171,125,245). Sum of RGB (Red+Green+Blue) = 171+125+245=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 245 (96.09% from 255 or 45.29% from 541); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB7DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7DF5 is #54820A. Grayscale: #989898. Windows color (decimal): -5538315 or 16088491. OLE color: 16088491.
HSL color Cylindrical-coordinate representation of color #AB7DF5: hue angle of 263º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB7DF5 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 125 | 245 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.04 |
| HSL | 263º | 0.86% | 0.73% | - |
| HSV(B) | 263º | 0.49% | 0.96% | - |
| XYZ | 40.61 | 29.92 | 90.02 | - |
| YUV | 152.43 | 180.24 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 245 | 0.30 | 0.49 | 0 | 0.04 | 263 | 0.86 | 0.73 |
| Hex | AB | 7D | F5 | 1E | 31 | 0 | 4 | 107 | 56 | 49 |
| Octal | 253 | 175 | 365 | 36 | 61 | 0 | 4 | 407 | 126 | 111 |
| Binary | 10101011 | 1111101 | 11110101 | 11110 | 110001 | 0 | 100 | 100000111 | 1010110 | 1001001 |
Color Harmonies of #AB7DF5
Complementary color
Monochromatic Colors of #AB7DF5
Black with #AB7DF5
Text Example
Text Example
White with #AB7DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7DF5; }
p { color: rgb(171,125,245); }
H1.HeaderClassName
{
color: #AB7DF5;
}
.AnyTagClassName
{
color: #AB7DF5;
}
</style>
background-color css
<style>
a { background-color: #AB7DF5; }
a { background-color: rgb(171,125,245); }
div.DivClassName
{
background-color: #AB7DF5;
}
.BgClassName
{
background-color: #AB7DF5;
}
</style>
border-color css
<style>
span { border-color: #AB7DF5; }
span { border-color: rgb(171,125,245); }
td.TdClassName
{
border-color: #AB7DF5;
}
.TagClassName
{
border-color: #AB7DF5;
}
</style>