Shades of Medium Purple #AB64FD
Tints of Medium Purple #AB64FD
RGB
CMYK
RGB Variations
Color information
#AB64FD (or 0xAB64FD) is known color: Medium Purple. HEX triplet: AB, 64 and FD. RGB value is (171,100,253). Sum of RGB (Red+Green+Blue) = 171+100+253=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB64FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB64FD is #549B02. Grayscale: #8A8A8A. Windows color (decimal): -5544707 or 16606379. OLE color: 16606379.
HSL color Cylindrical-coordinate representation of color #AB64FD: hue angle of 267.84º degrees, saturation: 0.97, 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 #AB64FD is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 100 | 253 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.01 |
| HSL | 267.84º | 0.97% | 0.69% | - |
| HSV(B) | 267.84º | 0.6% | 0.99% | - |
| XYZ | 39.08 | 24.86 | 95.67 | - |
| YUV | 138.67 | 192.52 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 253 | 0.32 | 0.60 | 0 | 0.01 | 267.84 | 0.97 | 0.69 |
| Hex | AB | 64 | FD | 20 | 3C | 0 | 1 | 10C | 61 | 45 |
| Octal | 253 | 144 | 375 | 40 | 74 | 0 | 1 | 414 | 141 | 105 |
| Binary | 10101011 | 1100100 | 11111101 | 100000 | 111100 | 0 | 1 | 100001100 | 1100001 | 1000101 |
Color Harmonies of #AB64FD
Complementary color
Monochromatic Colors of #AB64FD
Black with #AB64FD
Text Example
Text Example
White with #AB64FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB64FD; }
p { color: rgb(171,100,253); }
H1.HeaderClassName
{
color: #AB64FD;
}
.AnyTagClassName
{
color: #AB64FD;
}
</style>
background-color css
<style>
a { background-color: #AB64FD; }
a { background-color: rgb(171,100,253); }
div.DivClassName
{
background-color: #AB64FD;
}
.BgClassName
{
background-color: #AB64FD;
}
</style>
border-color css
<style>
span { border-color: #AB64FD; }
span { border-color: rgb(171,100,253); }
td.TdClassName
{
border-color: #AB64FD;
}
.TagClassName
{
border-color: #AB64FD;
}
</style>