Shades of Medium Purple #AB63FB
Tints of Medium Purple #AB63FB
RGB
CMYK
RGB Variations
Color information
#AB63FB (or 0xAB63FB) is known color: Medium Purple. HEX triplet: AB, 63 and FB. RGB value is (171,99,251). Sum of RGB (Red+Green+Blue) = 171+99+251=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB63FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB63FB is #549C04. Grayscale: #898989. Windows color (decimal): -5544965 or 16475051. OLE color: 16475051.
HSL color Cylindrical-coordinate representation of color #AB63FB: hue angle of 268.42º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB63FB is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 99 | 251 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.02 |
| HSL | 268.42º | 0.95% | 0.69% | - |
| HSV(B) | 268.42º | 0.61% | 0.98% | - |
| XYZ | 38.67 | 24.55 | 93.97 | - |
| YUV | 137.86 | 191.85 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 251 | 0.32 | 0.61 | 0 | 0.02 | 268.42 | 0.95 | 0.69 |
| Hex | AB | 63 | FB | 20 | 3D | 0 | 2 | 10C | 5F | 45 |
| Octal | 253 | 143 | 373 | 40 | 75 | 0 | 2 | 414 | 137 | 105 |
| Binary | 10101011 | 1100011 | 11111011 | 100000 | 111101 | 0 | 10 | 100001100 | 1011111 | 1000101 |
Color Harmonies of #AB63FB
Complementary color
Monochromatic Colors of #AB63FB
Black with #AB63FB
Text Example
Text Example
White with #AB63FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB63FB; }
p { color: rgb(171,99,251); }
H1.HeaderClassName
{
color: #AB63FB;
}
.AnyTagClassName
{
color: #AB63FB;
}
</style>
background-color css
<style>
a { background-color: #AB63FB; }
a { background-color: rgb(171,99,251); }
div.DivClassName
{
background-color: #AB63FB;
}
.BgClassName
{
background-color: #AB63FB;
}
</style>
border-color css
<style>
span { border-color: #AB63FB; }
span { border-color: rgb(171,99,251); }
td.TdClassName
{
border-color: #AB63FB;
}
.TagClassName
{
border-color: #AB63FB;
}
</style>