Shades of Medium Purple #AB75E9
Tints of Medium Purple #AB75E9
RGB
CMYK
RGB Variations
Color information
#AB75E9 (or 0xAB75E9) is known color: Medium Purple. HEX triplet: AB, 75 and E9. RGB value is (171,117,233). Sum of RGB (Red+Green+Blue) = 171+117+233=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #AB75E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB75E9 is #548A16. Grayscale: #919191. Windows color (decimal): -5540375 or 15300011. OLE color: 15300011.
HSL color Cylindrical-coordinate representation of color #AB75E9: hue angle of 267.93º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB75E9 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 117 | 233 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.09 |
| HSL | 267.93º | 0.73% | 0.69% | - |
| HSV(B) | 267.93º | 0.5% | 0.91% | - |
| XYZ | 37.86 | 27.26 | 80.36 | - |
| YUV | 146.37 | 176.89 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 233 | 0.27 | 0.50 | 0 | 0.09 | 267.93 | 0.73 | 0.69 |
| Hex | AB | 75 | E9 | 1B | 32 | 0 | 9 | 10C | 48 | 45 |
| Octal | 253 | 165 | 351 | 33 | 62 | 0 | 11 | 414 | 110 | 105 |
| Binary | 10101011 | 1110101 | 11101001 | 11011 | 110010 | 0 | 1001 | 100001100 | 1001000 | 1000101 |
Color Harmonies of #AB75E9
Complementary color
Monochromatic Colors of #AB75E9
Black with #AB75E9
Text Example
Text Example
White with #AB75E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB75E9; }
p { color: rgb(171,117,233); }
H1.HeaderClassName
{
color: #AB75E9;
}
.AnyTagClassName
{
color: #AB75E9;
}
</style>
background-color css
<style>
a { background-color: #AB75E9; }
a { background-color: rgb(171,117,233); }
div.DivClassName
{
background-color: #AB75E9;
}
.BgClassName
{
background-color: #AB75E9;
}
</style>
border-color css
<style>
span { border-color: #AB75E9; }
span { border-color: rgb(171,117,233); }
td.TdClassName
{
border-color: #AB75E9;
}
.TagClassName
{
border-color: #AB75E9;
}
</style>