Shades of Medium Purple #AB64FC
Tints of Medium Purple #AB64FC
RGB
CMYK
RGB Variations
Color information
#AB64FC (or 0xAB64FC) is known color: Medium Purple. HEX triplet: AB, 64 and FC. RGB value is (171,100,252). Sum of RGB (Red+Green+Blue) = 171+100+252=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB64FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB64FC is #549B03. Grayscale: #8A8A8A. Windows color (decimal): -5544708 or 16540843. OLE color: 16540843.
HSL color Cylindrical-coordinate representation of color #AB64FC: hue angle of 268.03º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB64FC is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 100 | 252 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.01 |
| HSL | 268.03º | 0.96% | 0.69% | - |
| HSV(B) | 268.03º | 0.6% | 0.99% | - |
| XYZ | 38.92 | 24.8 | 94.83 | - |
| YUV | 138.56 | 192.02 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 252 | 0.32 | 0.60 | 0 | 0.01 | 268.03 | 0.96 | 0.69 |
| Hex | AB | 64 | FC | 20 | 3C | 0 | 1 | 10C | 60 | 45 |
| Octal | 253 | 144 | 374 | 40 | 74 | 0 | 1 | 414 | 140 | 105 |
| Binary | 10101011 | 1100100 | 11111100 | 100000 | 111100 | 0 | 1 | 100001100 | 1100000 | 1000101 |
Color Harmonies of #AB64FC
Complementary color
Monochromatic Colors of #AB64FC
Black with #AB64FC
Text Example
Text Example
White with #AB64FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB64FC; }
p { color: rgb(171,100,252); }
H1.HeaderClassName
{
color: #AB64FC;
}
.AnyTagClassName
{
color: #AB64FC;
}
</style>
background-color css
<style>
a { background-color: #AB64FC; }
a { background-color: rgb(171,100,252); }
div.DivClassName
{
background-color: #AB64FC;
}
.BgClassName
{
background-color: #AB64FC;
}
</style>
border-color css
<style>
span { border-color: #AB64FC; }
span { border-color: rgb(171,100,252); }
td.TdClassName
{
border-color: #AB64FC;
}
.TagClassName
{
border-color: #AB64FC;
}
</style>