Shades of Medium Purple #AA73DF
Tints of Medium Purple #AA73DF
RGB
CMYK
RGB Variations
Color information
#AA73DF (or 0xAA73DF) is known color: Medium Purple. HEX triplet: AA, 73 and DF. RGB value is (170,115,223). Sum of RGB (Red+Green+Blue) = 170+115+223=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA73DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73DF is #558C20. Grayscale: #8F8F8F. Windows color (decimal): -5606433 or 14644138. OLE color: 14644138.
HSL color Cylindrical-coordinate representation of color #AA73DF: hue angle of 270.56º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA73DF is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 115 | 223 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.13 |
| HSL | 270.56º | 0.63% | 0.66% | - |
| HSV(B) | 270.56º | 0.48% | 0.87% | - |
| XYZ | 36.03 | 26.14 | 72.96 | - |
| YUV | 143.76 | 172.72 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 223 | 0.24 | 0.48 | 0 | 0.13 | 270.56 | 0.63 | 0.66 |
| Hex | AA | 73 | DF | 18 | 30 | 0 | D | 10F | 3F | 42 |
| Octal | 252 | 163 | 337 | 30 | 60 | 0 | 15 | 417 | 77 | 102 |
| Binary | 10101010 | 1110011 | 11011111 | 11000 | 110000 | 0 | 1101 | 100001111 | 111111 | 1000010 |
Color Harmonies of #AA73DF
Complementary color
Monochromatic Colors of #AA73DF
Black with #AA73DF
Text Example
Text Example
White with #AA73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA73DF; }
p { color: rgb(170,115,223); }
H1.HeaderClassName
{
color: #AA73DF;
}
.AnyTagClassName
{
color: #AA73DF;
}
</style>
background-color css
<style>
a { background-color: #AA73DF; }
a { background-color: rgb(170,115,223); }
div.DivClassName
{
background-color: #AA73DF;
}
.BgClassName
{
background-color: #AA73DF;
}
</style>
border-color css
<style>
span { border-color: #AA73DF; }
span { border-color: rgb(170,115,223); }
td.TdClassName
{
border-color: #AA73DF;
}
.TagClassName
{
border-color: #AA73DF;
}
</style>