Shades of Medium Purple #AB75FF
Tints of Medium Purple #AB75FF
RGB
CMYK
RGB Variations
Color information
#AB75FF (or 0xAB75FF) is known color: Medium Purple. HEX triplet: AB, 75 and FF. RGB value is (171,117,255). Sum of RGB (Red+Green+Blue) = 171+117+255=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB75FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB75FF is #548A00. Grayscale: #949494. Windows color (decimal): -5540353 or 16741803. OLE color: 16741803.
HSL color Cylindrical-coordinate representation of color #AB75FF: hue angle of 263.48º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB75FF is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 117 | 255 | - |
| CMYK | 0.33 | 0.54 | 0 | 0 |
| HSL | 263.48º | 1% | 0.73% | - |
| HSV(B) | 263.48º | 0.54% | 1% | - |
| XYZ | 41.21 | 28.6 | 97.96 | - |
| YUV | 148.88 | 187.89 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 255 | 0.33 | 0.54 | 0 | 0 | 263.48 | 1 | 0.73 |
| Hex | AB | 75 | FF | 21 | 36 | 0 | 0 | 107 | 64 | 49 |
| Octal | 253 | 165 | 377 | 41 | 66 | 0 | 0 | 407 | 144 | 111 |
| Binary | 10101011 | 1110101 | 11111111 | 100001 | 110110 | 0 | 0 | 100000111 | 1100100 | 1001001 |
Color Harmonies of #AB75FF
Complementary color
Monochromatic Colors of #AB75FF
Black with #AB75FF
Text Example
Text Example
White with #AB75FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB75FF; }
p { color: rgb(171,117,255); }
H1.HeaderClassName
{
color: #AB75FF;
}
.AnyTagClassName
{
color: #AB75FF;
}
</style>
background-color css
<style>
a { background-color: #AB75FF; }
a { background-color: rgb(171,117,255); }
div.DivClassName
{
background-color: #AB75FF;
}
.BgClassName
{
background-color: #AB75FF;
}
</style>
border-color css
<style>
span { border-color: #AB75FF; }
span { border-color: rgb(171,117,255); }
td.TdClassName
{
border-color: #AB75FF;
}
.TagClassName
{
border-color: #AB75FF;
}
</style>