Shades of Medium Purple #AA5CF9
Tints of Medium Purple #AA5CF9
RGB
CMYK
RGB Variations
Color information
#AA5CF9 (or 0xAA5CF9) is known color: Medium Purple. HEX triplet: AA, 5C and F9. RGB value is (170,92,249). Sum of RGB (Red+Green+Blue) = 170+92+249=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA5CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CF9 is #55A306. Grayscale: #848484. Windows color (decimal): -5612295 or 16342186. OLE color: 16342186.
HSL color Cylindrical-coordinate representation of color #AA5CF9: hue angle of 269.81º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA5CF9 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 92 | 249 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.02 |
| HSL | 269.81º | 0.93% | 0.67% | - |
| HSV(B) | 269.81º | 0.63% | 0.98% | - |
| XYZ | 37.5 | 23.04 | 92.09 | - |
| YUV | 133.22 | 193.34 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 249 | 0.32 | 0.63 | 0 | 0.02 | 269.81 | 0.93 | 0.67 |
| Hex | AA | 5C | F9 | 20 | 3F | 0 | 2 | 10E | 5D | 43 |
| Octal | 252 | 134 | 371 | 40 | 77 | 0 | 2 | 416 | 135 | 103 |
| Binary | 10101010 | 1011100 | 11111001 | 100000 | 111111 | 0 | 10 | 100001110 | 1011101 | 1000011 |
Color Harmonies of #AA5CF9
Complementary color
Monochromatic Colors of #AA5CF9
Black with #AA5CF9
Text Example
Text Example
White with #AA5CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CF9; }
p { color: rgb(170,92,249); }
H1.HeaderClassName
{
color: #AA5CF9;
}
.AnyTagClassName
{
color: #AA5CF9;
}
</style>
background-color css
<style>
a { background-color: #AA5CF9; }
a { background-color: rgb(170,92,249); }
div.DivClassName
{
background-color: #AA5CF9;
}
.BgClassName
{
background-color: #AA5CF9;
}
</style>
border-color css
<style>
span { border-color: #AA5CF9; }
span { border-color: rgb(170,92,249); }
td.TdClassName
{
border-color: #AA5CF9;
}
.TagClassName
{
border-color: #AA5CF9;
}
</style>