Shades of Medium Purple #AA75DD
Tints of Medium Purple #AA75DD
RGB
CMYK
RGB Variations
Color information
#AA75DD (or 0xAA75DD) is known color: Medium Purple. HEX triplet: AA, 75 and DD. RGB value is (170,117,221). Sum of RGB (Red+Green+Blue) = 170+117+221=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA75DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA75DD is #558A22. Grayscale: #909090. Windows color (decimal): -5605923 or 14513578. OLE color: 14513578.
HSL color Cylindrical-coordinate representation of color #AA75DD: hue angle of 270.58º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA75DD is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 117 | 221 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.13 |
| HSL | 270.58º | 0.6% | 0.66% | - |
| HSV(B) | 270.58º | 0.47% | 0.87% | - |
| XYZ | 35.99 | 26.49 | 71.62 | - |
| YUV | 144.7 | 171.06 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 221 | 0.23 | 0.47 | 0 | 0.13 | 270.58 | 0.6 | 0.66 |
| Hex | AA | 75 | DD | 17 | 2F | 0 | D | 10F | 3C | 42 |
| Octal | 252 | 165 | 335 | 27 | 57 | 0 | 15 | 417 | 74 | 102 |
| Binary | 10101010 | 1110101 | 11011101 | 10111 | 101111 | 0 | 1101 | 100001111 | 111100 | 1000010 |
Color Harmonies of #AA75DD
Complementary color
Monochromatic Colors of #AA75DD
Black with #AA75DD
Text Example
Text Example
White with #AA75DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA75DD; }
p { color: rgb(170,117,221); }
H1.HeaderClassName
{
color: #AA75DD;
}
.AnyTagClassName
{
color: #AA75DD;
}
</style>
background-color css
<style>
a { background-color: #AA75DD; }
a { background-color: rgb(170,117,221); }
div.DivClassName
{
background-color: #AA75DD;
}
.BgClassName
{
background-color: #AA75DD;
}
</style>
border-color css
<style>
span { border-color: #AA75DD; }
span { border-color: rgb(170,117,221); }
td.TdClassName
{
border-color: #AA75DD;
}
.TagClassName
{
border-color: #AA75DD;
}
</style>