Shades of Medium Purple #AA74FF
Tints of Medium Purple #AA74FF
RGB
CMYK
RGB Variations
Color information
#AA74FF (or 0xAA74FF) is known color: Medium Purple. HEX triplet: AA, 74 and FF. RGB value is (170,116,255). Sum of RGB (Red+Green+Blue) = 170+116+255=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA74FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA74FF is #558B00. Grayscale: #939393. Windows color (decimal): -5606145 or 16741546. OLE color: 16741546.
HSL color Cylindrical-coordinate representation of color #AA74FF: hue angle of 263.31º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA74FF is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 116 | 255 | - |
| CMYK | 0.33 | 0.55 | 0 | 0 |
| HSL | 263.31º | 1% | 0.73% | - |
| HSV(B) | 263.31º | 0.55% | 1% | - |
| XYZ | 40.87 | 28.26 | 97.91 | - |
| YUV | 147.99 | 188.39 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 255 | 0.33 | 0.55 | 0 | 0 | 263.31 | 1 | 0.73 |
| Hex | AA | 74 | FF | 21 | 37 | 0 | 0 | 107 | 64 | 49 |
| Octal | 252 | 164 | 377 | 41 | 67 | 0 | 0 | 407 | 144 | 111 |
| Binary | 10101010 | 1110100 | 11111111 | 100001 | 110111 | 0 | 0 | 100000111 | 1100100 | 1001001 |
Color Harmonies of #AA74FF
Complementary color
Monochromatic Colors of #AA74FF
Black with #AA74FF
Text Example
Text Example
White with #AA74FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA74FF; }
p { color: rgb(170,116,255); }
H1.HeaderClassName
{
color: #AA74FF;
}
.AnyTagClassName
{
color: #AA74FF;
}
</style>
background-color css
<style>
a { background-color: #AA74FF; }
a { background-color: rgb(170,116,255); }
div.DivClassName
{
background-color: #AA74FF;
}
.BgClassName
{
background-color: #AA74FF;
}
</style>
border-color css
<style>
span { border-color: #AA74FF; }
span { border-color: rgb(170,116,255); }
td.TdClassName
{
border-color: #AA74FF;
}
.TagClassName
{
border-color: #AA74FF;
}
</style>