Shades of Medium Purple #AB64FA
Tints of Medium Purple #AB64FA
RGB
CMYK
RGB Variations
Color information
#AB64FA (or 0xAB64FA) is known color: Medium Purple. HEX triplet: AB, 64 and FA. RGB value is (171,100,250). Sum of RGB (Red+Green+Blue) = 171+100+250=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB64FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB64FA is #549B05. Grayscale: #898989. Windows color (decimal): -5544710 or 16409771. OLE color: 16409771.
HSL color Cylindrical-coordinate representation of color #AB64FA: hue angle of 268.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB64FA is Cyan = 0.32, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 100 | 250 | - |
| CMYK | 0.32 | 0.6 | 0 | 0.02 |
| HSL | 268.4º | 0.94% | 0.69% | - |
| HSV(B) | 268.4º | 0.6% | 0.98% | - |
| XYZ | 38.61 | 24.67 | 93.17 | - |
| YUV | 138.33 | 191.02 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 250 | 0.32 | 0.6 | 0 | 0.02 | 268.4 | 0.94 | 0.69 |
| Hex | AB | 64 | FA | 20 | 3C | 0 | 2 | 10C | 5E | 45 |
| Octal | 253 | 144 | 372 | 40 | 74 | 0 | 2 | 414 | 136 | 105 |
| Binary | 10101011 | 1100100 | 11111010 | 100000 | 111100 | 0 | 10 | 100001100 | 1011110 | 1000101 |
Color Harmonies of #AB64FA
Complementary color
Monochromatic Colors of #AB64FA
Black with #AB64FA
Text Example
Text Example
White with #AB64FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB64FA; }
p { color: rgb(171,100,250); }
H1.HeaderClassName
{
color: #AB64FA;
}
.AnyTagClassName
{
color: #AB64FA;
}
</style>
background-color css
<style>
a { background-color: #AB64FA; }
a { background-color: rgb(171,100,250); }
div.DivClassName
{
background-color: #AB64FA;
}
.BgClassName
{
background-color: #AB64FA;
}
</style>
border-color css
<style>
span { border-color: #AB64FA; }
span { border-color: rgb(171,100,250); }
td.TdClassName
{
border-color: #AB64FA;
}
.TagClassName
{
border-color: #AB64FA;
}
</style>