Shades of Medium Purple #AA74FC
Tints of Medium Purple #AA74FC
RGB
CMYK
RGB Variations
Color information
#AA74FC (or 0xAA74FC) is known color: Medium Purple. HEX triplet: AA, 74 and FC. RGB value is (170,116,252). Sum of RGB (Red+Green+Blue) = 170+116+252=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA74FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA74FC is #558B03. Grayscale: #939393. Windows color (decimal): -5606148 or 16544938. OLE color: 16544938.
HSL color Cylindrical-coordinate representation of color #AA74FC: hue angle of 263.82º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA74FC is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 116 | 252 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.01 |
| HSL | 263.82º | 0.96% | 0.72% | - |
| HSV(B) | 263.82º | 0.54% | 0.99% | - |
| XYZ | 40.39 | 28.07 | 95.38 | - |
| YUV | 147.65 | 186.89 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 252 | 0.33 | 0.54 | 0 | 0.01 | 263.82 | 0.96 | 0.72 |
| Hex | AA | 74 | FC | 21 | 36 | 0 | 1 | 108 | 60 | 48 |
| Octal | 252 | 164 | 374 | 41 | 66 | 0 | 1 | 410 | 140 | 110 |
| Binary | 10101010 | 1110100 | 11111100 | 100001 | 110110 | 0 | 1 | 100001000 | 1100000 | 1001000 |
Color Harmonies of #AA74FC
Complementary color
Monochromatic Colors of #AA74FC
Black with #AA74FC
Text Example
Text Example
White with #AA74FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA74FC; }
p { color: rgb(170,116,252); }
H1.HeaderClassName
{
color: #AA74FC;
}
.AnyTagClassName
{
color: #AA74FC;
}
</style>
background-color css
<style>
a { background-color: #AA74FC; }
a { background-color: rgb(170,116,252); }
div.DivClassName
{
background-color: #AA74FC;
}
.BgClassName
{
background-color: #AA74FC;
}
</style>
border-color css
<style>
span { border-color: #AA74FC; }
span { border-color: rgb(170,116,252); }
td.TdClassName
{
border-color: #AA74FC;
}
.TagClassName
{
border-color: #AA74FC;
}
</style>