Shades of Medium Purple #AA75F4
Tints of Medium Purple #AA75F4
RGB
CMYK
RGB Variations
Color information
#AA75F4 (or 0xAA75F4) is known color: Medium Purple. HEX triplet: AA, 75 and F4. RGB value is (170,117,244). Sum of RGB (Red+Green+Blue) = 170+117+244=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #AA75F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA75F4 is #558A0B. Grayscale: #929292. Windows color (decimal): -5605900 or 16020906. OLE color: 16020906.
HSL color Cylindrical-coordinate representation of color #AA75F4: hue angle of 265.04º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA75F4 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 117 | 244 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.04 |
| HSL | 265.04º | 0.85% | 0.71% | - |
| HSV(B) | 265.04º | 0.52% | 0.96% | - |
| XYZ | 39.27 | 27.8 | 88.88 | - |
| YUV | 147.33 | 182.56 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 244 | 0.30 | 0.52 | 0 | 0.04 | 265.04 | 0.85 | 0.71 |
| Hex | AA | 75 | F4 | 1E | 34 | 0 | 4 | 109 | 55 | 47 |
| Octal | 252 | 165 | 364 | 36 | 64 | 0 | 4 | 411 | 125 | 107 |
| Binary | 10101010 | 1110101 | 11110100 | 11110 | 110100 | 0 | 100 | 100001001 | 1010101 | 1000111 |
Color Harmonies of #AA75F4
Complementary color
Monochromatic Colors of #AA75F4
Black with #AA75F4
Text Example
Text Example
White with #AA75F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA75F4; }
p { color: rgb(170,117,244); }
H1.HeaderClassName
{
color: #AA75F4;
}
.AnyTagClassName
{
color: #AA75F4;
}
</style>
background-color css
<style>
a { background-color: #AA75F4; }
a { background-color: rgb(170,117,244); }
div.DivClassName
{
background-color: #AA75F4;
}
.BgClassName
{
background-color: #AA75F4;
}
</style>
border-color css
<style>
span { border-color: #AA75F4; }
span { border-color: rgb(170,117,244); }
td.TdClassName
{
border-color: #AA75F4;
}
.TagClassName
{
border-color: #AA75F4;
}
</style>