Shades of Medium Purple #AA75E4
Tints of Medium Purple #AA75E4
RGB
CMYK
RGB Variations
Color information
#AA75E4 (or 0xAA75E4) is known color: Medium Purple. HEX triplet: AA, 75 and E4. RGB value is (170,117,228). Sum of RGB (Red+Green+Blue) = 170+117+228=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA75E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA75E4 is #558A1B. Grayscale: #919191. Windows color (decimal): -5605916 or 14972330. OLE color: 14972330.
HSL color Cylindrical-coordinate representation of color #AA75E4: hue angle of 268.65º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA75E4 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 117 | 228 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.11 |
| HSL | 268.65º | 0.67% | 0.68% | - |
| HSV(B) | 268.65º | 0.49% | 0.89% | - |
| XYZ | 36.94 | 26.87 | 76.64 | - |
| YUV | 145.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 228 | 0.25 | 0.49 | 0 | 0.11 | 268.65 | 0.67 | 0.68 |
| Hex | AA | 75 | E4 | 19 | 31 | 0 | B | 10D | 43 | 44 |
| Octal | 252 | 165 | 344 | 31 | 61 | 0 | 13 | 415 | 103 | 104 |
| Binary | 10101010 | 1110101 | 11100100 | 11001 | 110001 | 0 | 1011 | 100001101 | 1000011 | 1000100 |
Color Harmonies of #AA75E4
Complementary color
Monochromatic Colors of #AA75E4
Black with #AA75E4
Text Example
Text Example
White with #AA75E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA75E4; }
p { color: rgb(170,117,228); }
H1.HeaderClassName
{
color: #AA75E4;
}
.AnyTagClassName
{
color: #AA75E4;
}
</style>
background-color css
<style>
a { background-color: #AA75E4; }
a { background-color: rgb(170,117,228); }
div.DivClassName
{
background-color: #AA75E4;
}
.BgClassName
{
background-color: #AA75E4;
}
</style>
border-color css
<style>
span { border-color: #AA75E4; }
span { border-color: rgb(170,117,228); }
td.TdClassName
{
border-color: #AA75E4;
}
.TagClassName
{
border-color: #AA75E4;
}
</style>