Shades of Medium Purple #AB64F9
Tints of Medium Purple #AB64F9
RGB
CMYK
RGB Variations
Color information
#AB64F9 (or 0xAB64F9) is known color: Medium Purple. HEX triplet: AB, 64 and F9. RGB value is (171,100,249). Sum of RGB (Red+Green+Blue) = 171+100+249=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB64F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB64F9 is #549B06. Grayscale: #898989. Windows color (decimal): -5544711 or 16344235. OLE color: 16344235.
HSL color Cylindrical-coordinate representation of color #AB64F9: hue angle of 268.59º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB64F9 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 100 | 249 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.02 |
| HSL | 268.59º | 0.93% | 0.68% | - |
| HSV(B) | 268.59º | 0.6% | 0.98% | - |
| XYZ | 38.45 | 24.61 | 92.35 | - |
| YUV | 138.22 | 190.52 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 249 | 0.31 | 0.60 | 0 | 0.02 | 268.59 | 0.93 | 0.68 |
| Hex | AB | 64 | F9 | 1F | 3C | 0 | 2 | 10D | 5D | 44 |
| Octal | 253 | 144 | 371 | 37 | 74 | 0 | 2 | 415 | 135 | 104 |
| Binary | 10101011 | 1100100 | 11111001 | 11111 | 111100 | 0 | 10 | 100001101 | 1011101 | 1000100 |
Color Harmonies of #AB64F9
Complementary color
Monochromatic Colors of #AB64F9
Black with #AB64F9
Text Example
Text Example
White with #AB64F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB64F9; }
p { color: rgb(171,100,249); }
H1.HeaderClassName
{
color: #AB64F9;
}
.AnyTagClassName
{
color: #AB64F9;
}
</style>
background-color css
<style>
a { background-color: #AB64F9; }
a { background-color: rgb(171,100,249); }
div.DivClassName
{
background-color: #AB64F9;
}
.BgClassName
{
background-color: #AB64F9;
}
</style>
border-color css
<style>
span { border-color: #AB64F9; }
span { border-color: rgb(171,100,249); }
td.TdClassName
{
border-color: #AB64F9;
}
.TagClassName
{
border-color: #AB64F9;
}
</style>