Shades of Medium Purple #AA75E7
Tints of Medium Purple #AA75E7
RGB
CMYK
RGB Variations
Color information
#AA75E7 (or 0xAA75E7) is known color: Medium Purple. HEX triplet: AA, 75 and E7. RGB value is (170,117,231). Sum of RGB (Red+Green+Blue) = 170+117+231=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA75E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA75E7 is #558A18. Grayscale: #919191. Windows color (decimal): -5605913 or 15168938. OLE color: 15168938.
HSL color Cylindrical-coordinate representation of color #AA75E7: hue angle of 267.89º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA75E7 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 117 | 231 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.09 |
| HSL | 267.89º | 0.7% | 0.68% | - |
| HSV(B) | 267.89º | 0.49% | 0.91% | - |
| XYZ | 37.36 | 27.04 | 78.85 | - |
| YUV | 145.84 | 176.06 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 231 | 0.26 | 0.49 | 0 | 0.09 | 267.89 | 0.7 | 0.68 |
| Hex | AA | 75 | E7 | 1A | 31 | 0 | 9 | 10C | 46 | 44 |
| Octal | 252 | 165 | 347 | 32 | 61 | 0 | 11 | 414 | 106 | 104 |
| Binary | 10101010 | 1110101 | 11100111 | 11010 | 110001 | 0 | 1001 | 100001100 | 1000110 | 1000100 |
Color Harmonies of #AA75E7
Complementary color
Monochromatic Colors of #AA75E7
Black with #AA75E7
Text Example
Text Example
White with #AA75E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA75E7; }
p { color: rgb(170,117,231); }
H1.HeaderClassName
{
color: #AA75E7;
}
.AnyTagClassName
{
color: #AA75E7;
}
</style>
background-color css
<style>
a { background-color: #AA75E7; }
a { background-color: rgb(170,117,231); }
div.DivClassName
{
background-color: #AA75E7;
}
.BgClassName
{
background-color: #AA75E7;
}
</style>
border-color css
<style>
span { border-color: #AA75E7; }
span { border-color: rgb(170,117,231); }
td.TdClassName
{
border-color: #AA75E7;
}
.TagClassName
{
border-color: #AA75E7;
}
</style>