Shades of Medium Purple #AB63FD
Tints of Medium Purple #AB63FD
RGB
CMYK
RGB Variations
Color information
#AB63FD (or 0xAB63FD) is known color: Medium Purple. HEX triplet: AB, 63 and FD. RGB value is (171,99,253). Sum of RGB (Red+Green+Blue) = 171+99+253=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB63FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB63FD is #549C02. Grayscale: #898989. Windows color (decimal): -5544963 or 16606123. OLE color: 16606123.
HSL color Cylindrical-coordinate representation of color #AB63FD: hue angle of 268.05º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB63FD is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 99 | 253 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.01 |
| HSL | 268.05º | 0.97% | 0.69% | - |
| HSV(B) | 268.05º | 0.61% | 0.99% | - |
| XYZ | 38.99 | 24.67 | 95.64 | - |
| YUV | 138.08 | 192.85 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 253 | 0.32 | 0.61 | 0 | 0.01 | 268.05 | 0.97 | 0.69 |
| Hex | AB | 63 | FD | 20 | 3D | 0 | 1 | 10C | 61 | 45 |
| Octal | 253 | 143 | 375 | 40 | 75 | 0 | 1 | 414 | 141 | 105 |
| Binary | 10101011 | 1100011 | 11111101 | 100000 | 111101 | 0 | 1 | 100001100 | 1100001 | 1000101 |
Color Harmonies of #AB63FD
Complementary color
Monochromatic Colors of #AB63FD
Black with #AB63FD
Text Example
Text Example
White with #AB63FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB63FD; }
p { color: rgb(171,99,253); }
H1.HeaderClassName
{
color: #AB63FD;
}
.AnyTagClassName
{
color: #AB63FD;
}
</style>
background-color css
<style>
a { background-color: #AB63FD; }
a { background-color: rgb(171,99,253); }
div.DivClassName
{
background-color: #AB63FD;
}
.BgClassName
{
background-color: #AB63FD;
}
</style>
border-color css
<style>
span { border-color: #AB63FD; }
span { border-color: rgb(171,99,253); }
td.TdClassName
{
border-color: #AB63FD;
}
.TagClassName
{
border-color: #AB63FD;
}
</style>