Shades of Medium Purple #AA75FE
Tints of Medium Purple #AA75FE
RGB
CMYK
RGB Variations
Color information
#AA75FE (or 0xAA75FE) is known color: Medium Purple. HEX triplet: AA, 75 and FE. RGB value is (170,117,254). Sum of RGB (Red+Green+Blue) = 170+117+254=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA75FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA75FE is #558A01. Grayscale: #939393. Windows color (decimal): -5605890 or 16676266. OLE color: 16676266.
HSL color Cylindrical-coordinate representation of color #AA75FE: hue angle of 263.21º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA75FE is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 117 | 254 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.00 |
| HSL | 263.21º | 0.99% | 0.73% | - |
| HSV(B) | 263.21º | 0.54% | 1% | - |
| XYZ | 40.83 | 28.42 | 97.1 | - |
| YUV | 148.47 | 187.56 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 254 | 0.33 | 0.54 | 0 | 0.00 | 263.21 | 0.99 | 0.73 |
| Hex | AA | 75 | FE | 21 | 36 | 0 | 0 | 107 | 63 | 49 |
| Octal | 252 | 165 | 376 | 41 | 66 | 0 | 0 | 407 | 143 | 111 |
| Binary | 10101010 | 1110101 | 11111110 | 100001 | 110110 | 0 | 0 | 100000111 | 1100011 | 1001001 |
Color Harmonies of #AA75FE
Complementary color
Monochromatic Colors of #AA75FE
Black with #AA75FE
Text Example
Text Example
White with #AA75FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA75FE; }
p { color: rgb(170,117,254); }
H1.HeaderClassName
{
color: #AA75FE;
}
.AnyTagClassName
{
color: #AA75FE;
}
</style>
background-color css
<style>
a { background-color: #AA75FE; }
a { background-color: rgb(170,117,254); }
div.DivClassName
{
background-color: #AA75FE;
}
.BgClassName
{
background-color: #AA75FE;
}
</style>
border-color css
<style>
span { border-color: #AA75FE; }
span { border-color: rgb(170,117,254); }
td.TdClassName
{
border-color: #AA75FE;
}
.TagClassName
{
border-color: #AA75FE;
}
</style>