Shades of Medium Purple #A773DD
Tints of Medium Purple #A773DD
RGB
CMYK
RGB Variations
Color information
#A773DD (or 0xA773DD) is known color: Medium Purple. HEX triplet: A7, 73 and DD. RGB value is (167,115,221). Sum of RGB (Red+Green+Blue) = 167+115+221=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #A773DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773DD is #588C22. Grayscale: #8E8E8E. Windows color (decimal): -5803043 or 14513063. OLE color: 14513063.
HSL color Cylindrical-coordinate representation of color #A773DD: hue angle of 269.43º degrees, saturation: 0.61, 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 #A773DD is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 115 | 221 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.13 |
| HSL | 269.43º | 0.61% | 0.66% | - |
| HSV(B) | 269.43º | 0.48% | 0.87% | - |
| XYZ | 35.12 | 25.7 | 71.52 | - |
| YUV | 142.63 | 172.23 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 221 | 0.24 | 0.48 | 0 | 0.13 | 269.43 | 0.61 | 0.66 |
| Hex | A7 | 73 | DD | 18 | 30 | 0 | D | 10D | 3D | 42 |
| Octal | 247 | 163 | 335 | 30 | 60 | 0 | 15 | 415 | 75 | 102 |
| Binary | 10100111 | 1110011 | 11011101 | 11000 | 110000 | 0 | 1101 | 100001101 | 111101 | 1000010 |
Color Harmonies of #A773DD
Complementary color
Monochromatic Colors of #A773DD
Black with #A773DD
Text Example
Text Example
White with #A773DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A773DD; }
p { color: rgb(167,115,221); }
H1.HeaderClassName
{
color: #A773DD;
}
.AnyTagClassName
{
color: #A773DD;
}
</style>
background-color css
<style>
a { background-color: #A773DD; }
a { background-color: rgb(167,115,221); }
div.DivClassName
{
background-color: #A773DD;
}
.BgClassName
{
background-color: #A773DD;
}
</style>
border-color css
<style>
span { border-color: #A773DD; }
span { border-color: rgb(167,115,221); }
td.TdClassName
{
border-color: #A773DD;
}
.TagClassName
{
border-color: #A773DD;
}
</style>