Shades of Medium Purple #AB63FE
Tints of Medium Purple #AB63FE
RGB
CMYK
RGB Variations
Color information
#AB63FE (or 0xAB63FE) is known color: Medium Purple. HEX triplet: AB, 63 and FE. RGB value is (171,99,254). Sum of RGB (Red+Green+Blue) = 171+99+254=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB63FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB63FE is #549C01. Grayscale: #898989. Windows color (decimal): -5544962 or 16671659. OLE color: 16671659.
HSL color Cylindrical-coordinate representation of color #AB63FE: hue angle of 267.87º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB63FE is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 99 | 254 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.00 |
| HSL | 267.87º | 0.99% | 0.69% | - |
| HSV(B) | 267.87º | 0.61% | 1% | - |
| XYZ | 39.15 | 24.74 | 96.48 | - |
| YUV | 138.2 | 193.35 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 254 | 0.33 | 0.61 | 0 | 0.00 | 267.87 | 0.99 | 0.69 |
| Hex | AB | 63 | FE | 21 | 3D | 0 | 0 | 10C | 63 | 45 |
| Octal | 253 | 143 | 376 | 41 | 75 | 0 | 0 | 414 | 143 | 105 |
| Binary | 10101011 | 1100011 | 11111110 | 100001 | 111101 | 0 | 0 | 100001100 | 1100011 | 1000101 |
Color Harmonies of #AB63FE
Complementary color
Monochromatic Colors of #AB63FE
Black with #AB63FE
Text Example
Text Example
White with #AB63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB63FE; }
p { color: rgb(171,99,254); }
H1.HeaderClassName
{
color: #AB63FE;
}
.AnyTagClassName
{
color: #AB63FE;
}
</style>
background-color css
<style>
a { background-color: #AB63FE; }
a { background-color: rgb(171,99,254); }
div.DivClassName
{
background-color: #AB63FE;
}
.BgClassName
{
background-color: #AB63FE;
}
</style>
border-color css
<style>
span { border-color: #AB63FE; }
span { border-color: rgb(171,99,254); }
td.TdClassName
{
border-color: #AB63FE;
}
.TagClassName
{
border-color: #AB63FE;
}
</style>