Shades of Medium Purple #AB61FC
Tints of Medium Purple #AB61FC
RGB
CMYK
RGB Variations
Color information
#AB61FC (or 0xAB61FC) is known color: Medium Purple. HEX triplet: AB, 61 and FC. RGB value is (171,97,252). Sum of RGB (Red+Green+Blue) = 171+97+252=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB61FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB61FC is #549E03. Grayscale: #888888. Windows color (decimal): -5545476 or 16540075. OLE color: 16540075.
HSL color Cylindrical-coordinate representation of color #AB61FC: hue angle of 268.65º 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 #AB61FC is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 97 | 252 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.01 |
| HSL | 268.65º | 0.96% | 0.68% | - |
| HSV(B) | 268.65º | 0.62% | 0.99% | - |
| XYZ | 38.64 | 24.24 | 94.74 | - |
| YUV | 136.8 | 193.02 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 252 | 0.32 | 0.62 | 0 | 0.01 | 268.65 | 0.96 | 0.68 |
| Hex | AB | 61 | FC | 20 | 3E | 0 | 1 | 10D | 60 | 44 |
| Octal | 253 | 141 | 374 | 40 | 76 | 0 | 1 | 415 | 140 | 104 |
| Binary | 10101011 | 1100001 | 11111100 | 100000 | 111110 | 0 | 1 | 100001101 | 1100000 | 1000100 |
Color Harmonies of #AB61FC
Complementary color
Monochromatic Colors of #AB61FC
Black with #AB61FC
Text Example
Text Example
White with #AB61FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB61FC; }
p { color: rgb(171,97,252); }
H1.HeaderClassName
{
color: #AB61FC;
}
.AnyTagClassName
{
color: #AB61FC;
}
</style>
background-color css
<style>
a { background-color: #AB61FC; }
a { background-color: rgb(171,97,252); }
div.DivClassName
{
background-color: #AB61FC;
}
.BgClassName
{
background-color: #AB61FC;
}
</style>
border-color css
<style>
span { border-color: #AB61FC; }
span { border-color: rgb(171,97,252); }
td.TdClassName
{
border-color: #AB61FC;
}
.TagClassName
{
border-color: #AB61FC;
}
</style>