Shades of Medium Purple #AA76DF
Tints of Medium Purple #AA76DF
RGB
CMYK
RGB Variations
Color information
#AA76DF (or 0xAA76DF) is known color: Medium Purple. HEX triplet: AA, 76 and DF. RGB value is (170,118,223). Sum of RGB (Red+Green+Blue) = 170+118+223=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA76DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76DF is #558920. Grayscale: #919191. Windows color (decimal): -5605665 or 14644906. OLE color: 14644906.
HSL color Cylindrical-coordinate representation of color #AA76DF: hue angle of 269.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA76DF is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 118 | 223 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.13 |
| HSL | 269.71º | 0.62% | 0.67% | - |
| HSV(B) | 269.71º | 0.47% | 0.87% | - |
| XYZ | 36.38 | 26.83 | 73.07 | - |
| YUV | 145.52 | 171.73 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 223 | 0.24 | 0.47 | 0 | 0.13 | 269.71 | 0.62 | 0.67 |
| Hex | AA | 76 | DF | 18 | 2F | 0 | D | 10E | 3E | 43 |
| Octal | 252 | 166 | 337 | 30 | 57 | 0 | 15 | 416 | 76 | 103 |
| Binary | 10101010 | 1110110 | 11011111 | 11000 | 101111 | 0 | 1101 | 100001110 | 111110 | 1000011 |
Color Harmonies of #AA76DF
Complementary color
Monochromatic Colors of #AA76DF
Black with #AA76DF
Text Example
Text Example
White with #AA76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76DF; }
p { color: rgb(170,118,223); }
H1.HeaderClassName
{
color: #AA76DF;
}
.AnyTagClassName
{
color: #AA76DF;
}
</style>
background-color css
<style>
a { background-color: #AA76DF; }
a { background-color: rgb(170,118,223); }
div.DivClassName
{
background-color: #AA76DF;
}
.BgClassName
{
background-color: #AA76DF;
}
</style>
border-color css
<style>
span { border-color: #AA76DF; }
span { border-color: rgb(170,118,223); }
td.TdClassName
{
border-color: #AA76DF;
}
.TagClassName
{
border-color: #AA76DF;
}
</style>