Shades of Medium Purple #AB63FF
Tints of Medium Purple #AB63FF
RGB
CMYK
RGB Variations
Color information
#AB63FF (or 0xAB63FF) is known color: Medium Purple. HEX triplet: AB, 63 and FF. RGB value is (171,99,255). Sum of RGB (Red+Green+Blue) = 171+99+255=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB63FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB63FF is #549C00. Grayscale: #898989. Windows color (decimal): -5544961 or 16737195. OLE color: 16737195.
HSL color Cylindrical-coordinate representation of color #AB63FF: hue angle of 267.69º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB63FF is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 99 | 255 | - |
| CMYK | 0.33 | 0.61 | 0 | 0 |
| HSL | 267.69º | 1% | 0.69% | - |
| HSV(B) | 267.69º | 0.61% | 1% | - |
| XYZ | 39.31 | 24.8 | 97.32 | - |
| YUV | 138.31 | 193.85 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 255 | 0.33 | 0.61 | 0 | 0 | 267.69 | 1 | 0.69 |
| Hex | AB | 63 | FF | 21 | 3D | 0 | 0 | 10C | 64 | 45 |
| Octal | 253 | 143 | 377 | 41 | 75 | 0 | 0 | 414 | 144 | 105 |
| Binary | 10101011 | 1100011 | 11111111 | 100001 | 111101 | 0 | 0 | 100001100 | 1100100 | 1000101 |
Color Harmonies of #AB63FF
Complementary color
Monochromatic Colors of #AB63FF
Black with #AB63FF
Text Example
Text Example
White with #AB63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB63FF; }
p { color: rgb(171,99,255); }
H1.HeaderClassName
{
color: #AB63FF;
}
.AnyTagClassName
{
color: #AB63FF;
}
</style>
background-color css
<style>
a { background-color: #AB63FF; }
a { background-color: rgb(171,99,255); }
div.DivClassName
{
background-color: #AB63FF;
}
.BgClassName
{
background-color: #AB63FF;
}
</style>
border-color css
<style>
span { border-color: #AB63FF; }
span { border-color: rgb(171,99,255); }
td.TdClassName
{
border-color: #AB63FF;
}
.TagClassName
{
border-color: #AB63FF;
}
</style>