Shades of Medium Purple #AA5CF1
Tints of Medium Purple #AA5CF1
RGB
CMYK
RGB Variations
Color information
#AA5CF1 (or 0xAA5CF1) is known color: Medium Purple. HEX triplet: AA, 5C and F1. RGB value is (170,92,241). Sum of RGB (Red+Green+Blue) = 170+92+241=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA5CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CF1 is #55A30E. Grayscale: #838383. Windows color (decimal): -5612303 or 15817898. OLE color: 15817898.
HSL color Cylindrical-coordinate representation of color #AA5CF1: hue angle of 271.41º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5CF1 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 92 | 241 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.05 |
| HSL | 271.41º | 0.84% | 0.65% | - |
| HSV(B) | 271.41º | 0.62% | 0.95% | - |
| XYZ | 36.28 | 22.55 | 85.66 | - |
| YUV | 132.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 241 | 0.29 | 0.62 | 0 | 0.05 | 271.41 | 0.84 | 0.65 |
| Hex | AA | 5C | F1 | 1D | 3E | 0 | 5 | 10F | 54 | 41 |
| Octal | 252 | 134 | 361 | 35 | 76 | 0 | 5 | 417 | 124 | 101 |
| Binary | 10101010 | 1011100 | 11110001 | 11101 | 111110 | 0 | 101 | 100001111 | 1010100 | 1000001 |
Color Harmonies of #AA5CF1
Complementary color
Monochromatic Colors of #AA5CF1
Black with #AA5CF1
Text Example
Text Example
White with #AA5CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CF1; }
p { color: rgb(170,92,241); }
H1.HeaderClassName
{
color: #AA5CF1;
}
.AnyTagClassName
{
color: #AA5CF1;
}
</style>
background-color css
<style>
a { background-color: #AA5CF1; }
a { background-color: rgb(170,92,241); }
div.DivClassName
{
background-color: #AA5CF1;
}
.BgClassName
{
background-color: #AA5CF1;
}
</style>
border-color css
<style>
span { border-color: #AA5CF1; }
span { border-color: rgb(170,92,241); }
td.TdClassName
{
border-color: #AA5CF1;
}
.TagClassName
{
border-color: #AA5CF1;
}
</style>