Shades of Medium Purple #AB60FC
Tints of Medium Purple #AB60FC
RGB
CMYK
RGB Variations
Color information
#AB60FC (or 0xAB60FC) is known color: Medium Purple. HEX triplet: AB, 60 and FC. RGB value is (171,96,252). Sum of RGB (Red+Green+Blue) = 171+96+252=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB60FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB60FC is #549F03. Grayscale: #878787. Windows color (decimal): -5545732 or 16539819. OLE color: 16539819.
HSL color Cylindrical-coordinate representation of color #AB60FC: hue angle of 268.85º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB60FC is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 96 | 252 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.01 |
| HSL | 268.85º | 0.96% | 0.68% | - |
| HSV(B) | 268.85º | 0.62% | 0.99% | - |
| XYZ | 38.55 | 24.05 | 94.71 | - |
| YUV | 136.21 | 193.35 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 252 | 0.32 | 0.62 | 0 | 0.01 | 268.85 | 0.96 | 0.68 |
| Hex | AB | 60 | FC | 20 | 3E | 0 | 1 | 10D | 60 | 44 |
| Octal | 253 | 140 | 374 | 40 | 76 | 0 | 1 | 415 | 140 | 104 |
| Binary | 10101011 | 1100000 | 11111100 | 100000 | 111110 | 0 | 1 | 100001101 | 1100000 | 1000100 |
Color Harmonies of #AB60FC
Complementary color
Monochromatic Colors of #AB60FC
Black with #AB60FC
Text Example
Text Example
White with #AB60FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB60FC; }
p { color: rgb(171,96,252); }
H1.HeaderClassName
{
color: #AB60FC;
}
.AnyTagClassName
{
color: #AB60FC;
}
</style>
background-color css
<style>
a { background-color: #AB60FC; }
a { background-color: rgb(171,96,252); }
div.DivClassName
{
background-color: #AB60FC;
}
.BgClassName
{
background-color: #AB60FC;
}
</style>
border-color css
<style>
span { border-color: #AB60FC; }
span { border-color: rgb(171,96,252); }
td.TdClassName
{
border-color: #AB60FC;
}
.TagClassName
{
border-color: #AB60FC;
}
</style>