Shades of Medium Purple #AB5CF7
Tints of Medium Purple #AB5CF7
RGB
CMYK
RGB Variations
Color information
#AB5CF7 (or 0xAB5CF7) is known color: Medium Purple. HEX triplet: AB, 5C and F7. RGB value is (171,92,247). Sum of RGB (Red+Green+Blue) = 171+92+247=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 247 (96.88% from 255 or 48.43% from 510); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB5CF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5CF7 is #54A308. Grayscale: #848484. Windows color (decimal): -5546761 or 16211115. OLE color: 16211115.
HSL color Cylindrical-coordinate representation of color #AB5CF7: hue angle of 270.58º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB5CF7 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 92 | 247 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.03 |
| HSL | 270.58º | 0.91% | 0.66% | - |
| HSV(B) | 270.58º | 0.63% | 0.97% | - |
| XYZ | 37.41 | 23.03 | 90.47 | - |
| YUV | 133.29 | 192.17 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 247 | 0.31 | 0.63 | 0 | 0.03 | 270.58 | 0.91 | 0.66 |
| Hex | AB | 5C | F7 | 1F | 3F | 0 | 3 | 10F | 5B | 42 |
| Octal | 253 | 134 | 367 | 37 | 77 | 0 | 3 | 417 | 133 | 102 |
| Binary | 10101011 | 1011100 | 11110111 | 11111 | 111111 | 0 | 11 | 100001111 | 1011011 | 1000010 |
Color Harmonies of #AB5CF7
Complementary color
Monochromatic Colors of #AB5CF7
Black with #AB5CF7
Text Example
Text Example
White with #AB5CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5CF7; }
p { color: rgb(171,92,247); }
H1.HeaderClassName
{
color: #AB5CF7;
}
.AnyTagClassName
{
color: #AB5CF7;
}
</style>
background-color css
<style>
a { background-color: #AB5CF7; }
a { background-color: rgb(171,92,247); }
div.DivClassName
{
background-color: #AB5CF7;
}
.BgClassName
{
background-color: #AB5CF7;
}
</style>
border-color css
<style>
span { border-color: #AB5CF7; }
span { border-color: rgb(171,92,247); }
td.TdClassName
{
border-color: #AB5CF7;
}
.TagClassName
{
border-color: #AB5CF7;
}
</style>