Shades of Medium Purple #AA5DFB
Tints of Medium Purple #AA5DFB
RGB
CMYK
RGB Variations
Color information
#AA5DFB (or 0xAA5DFB) is known color: Medium Purple. HEX triplet: AA, 5D and FB. RGB value is (170,93,251). Sum of RGB (Red+Green+Blue) = 170+93+251=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA5DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5DFB is #55A204. Grayscale: #858585. Windows color (decimal): -5612037 or 16473514. OLE color: 16473514.
HSL color Cylindrical-coordinate representation of color #AA5DFB: hue angle of 269.24º degrees, saturation: 0.95, 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 #AA5DFB is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 93 | 251 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.02 |
| HSL | 269.24º | 0.95% | 0.67% | - |
| HSV(B) | 269.24º | 0.63% | 0.98% | - |
| XYZ | 37.9 | 23.34 | 93.77 | - |
| YUV | 134.04 | 194.01 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 251 | 0.32 | 0.63 | 0 | 0.02 | 269.24 | 0.95 | 0.67 |
| Hex | AA | 5D | FB | 20 | 3F | 0 | 2 | 10D | 5F | 43 |
| Octal | 252 | 135 | 373 | 40 | 77 | 0 | 2 | 415 | 137 | 103 |
| Binary | 10101010 | 1011101 | 11111011 | 100000 | 111111 | 0 | 10 | 100001101 | 1011111 | 1000011 |
Color Harmonies of #AA5DFB
Complementary color
Monochromatic Colors of #AA5DFB
Black with #AA5DFB
Text Example
Text Example
White with #AA5DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5DFB; }
p { color: rgb(170,93,251); }
H1.HeaderClassName
{
color: #AA5DFB;
}
.AnyTagClassName
{
color: #AA5DFB;
}
</style>
background-color css
<style>
a { background-color: #AA5DFB; }
a { background-color: rgb(170,93,251); }
div.DivClassName
{
background-color: #AA5DFB;
}
.BgClassName
{
background-color: #AA5DFB;
}
</style>
border-color css
<style>
span { border-color: #AA5DFB; }
span { border-color: rgb(170,93,251); }
td.TdClassName
{
border-color: #AA5DFB;
}
.TagClassName
{
border-color: #AA5DFB;
}
</style>