Shades of Medium Purple #AB64F8
Tints of Medium Purple #AB64F8
RGB
CMYK
RGB Variations
Color information
#AB64F8 (or 0xAB64F8) is known color: Medium Purple. HEX triplet: AB, 64 and F8. RGB value is (171,100,248). Sum of RGB (Red+Green+Blue) = 171+100+248=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB64F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB64F8 is #549B07. Grayscale: #898989. Windows color (decimal): -5544712 or 16278699. OLE color: 16278699.
HSL color Cylindrical-coordinate representation of color #AB64F8: hue angle of 268.78º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB64F8 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 100 | 248 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.03 |
| HSL | 268.78º | 0.91% | 0.68% | - |
| HSV(B) | 268.78º | 0.6% | 0.97% | - |
| XYZ | 38.3 | 24.55 | 91.53 | - |
| YUV | 138.1 | 190.02 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 248 | 0.31 | 0.60 | 0 | 0.03 | 268.78 | 0.91 | 0.68 |
| Hex | AB | 64 | F8 | 1F | 3C | 0 | 3 | 10D | 5B | 44 |
| Octal | 253 | 144 | 370 | 37 | 74 | 0 | 3 | 415 | 133 | 104 |
| Binary | 10101011 | 1100100 | 11111000 | 11111 | 111100 | 0 | 11 | 100001101 | 1011011 | 1000100 |
Color Harmonies of #AB64F8
Complementary color
Monochromatic Colors of #AB64F8
Black with #AB64F8
Text Example
Text Example
White with #AB64F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB64F8; }
p { color: rgb(171,100,248); }
H1.HeaderClassName
{
color: #AB64F8;
}
.AnyTagClassName
{
color: #AB64F8;
}
</style>
background-color css
<style>
a { background-color: #AB64F8; }
a { background-color: rgb(171,100,248); }
div.DivClassName
{
background-color: #AB64F8;
}
.BgClassName
{
background-color: #AB64F8;
}
</style>
border-color css
<style>
span { border-color: #AB64F8; }
span { border-color: rgb(171,100,248); }
td.TdClassName
{
border-color: #AB64F8;
}
.TagClassName
{
border-color: #AB64F8;
}
</style>