Shades of Medium Purple #AB60F0
Tints of Medium Purple #AB60F0
RGB
CMYK
RGB Variations
Color information
#AB60F0 (or 0xAB60F0) is known color: Medium Purple. HEX triplet: AB, 60 and F0. RGB value is (171,96,240). Sum of RGB (Red+Green+Blue) = 171+96+240=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB60F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB60F0 is #549F0F. Grayscale: #868686. Windows color (decimal): -5545744 or 15753387. OLE color: 15753387.
HSL color Cylindrical-coordinate representation of color #AB60F0: hue angle of 271.25º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB60F0 is Cyan = 0.29, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 96 | 240 | - |
| CMYK | 0.29 | 0.6 | 0 | 0.06 |
| HSL | 271.25º | 0.83% | 0.66% | - |
| HSV(B) | 271.25º | 0.6% | 0.94% | - |
| XYZ | 36.71 | 23.31 | 85 | - |
| YUV | 134.84 | 187.35 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 240 | 0.29 | 0.6 | 0 | 0.06 | 271.25 | 0.83 | 0.66 |
| Hex | AB | 60 | F0 | 1D | 3C | 0 | 6 | 10F | 53 | 42 |
| Octal | 253 | 140 | 360 | 35 | 74 | 0 | 6 | 417 | 123 | 102 |
| Binary | 10101011 | 1100000 | 11110000 | 11101 | 111100 | 0 | 110 | 100001111 | 1010011 | 1000010 |
Color Harmonies of #AB60F0
Complementary color
Monochromatic Colors of #AB60F0
Black with #AB60F0
Text Example
Text Example
White with #AB60F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB60F0; }
p { color: rgb(171,96,240); }
H1.HeaderClassName
{
color: #AB60F0;
}
.AnyTagClassName
{
color: #AB60F0;
}
</style>
background-color css
<style>
a { background-color: #AB60F0; }
a { background-color: rgb(171,96,240); }
div.DivClassName
{
background-color: #AB60F0;
}
.BgClassName
{
background-color: #AB60F0;
}
</style>
border-color css
<style>
span { border-color: #AB60F0; }
span { border-color: rgb(171,96,240); }
td.TdClassName
{
border-color: #AB60F0;
}
.TagClassName
{
border-color: #AB60F0;
}
</style>