Shades of Medium Purple #A276DD
Tints of Medium Purple #A276DD
RGB
CMYK
RGB Variations
Color information
#A276DD (or 0xA276DD) is known color: Medium Purple. HEX triplet: A2, 76 and DD. RGB value is (162,118,221). Sum of RGB (Red+Green+Blue) = 162+118+221=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #A276DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276DD is #5D8922. Grayscale: #8E8E8E. Windows color (decimal): -6129955 or 14513826. OLE color: 14513826.
HSL color Cylindrical-coordinate representation of color #A276DD: hue angle of 265.63º 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 #A276DD is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 118 | 221 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.13 |
| HSL | 265.63º | 0.6% | 0.66% | - |
| HSV(B) | 265.63º | 0.47% | 0.87% | - |
| XYZ | 34.43 | 25.86 | 71.58 | - |
| YUV | 142.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 221 | 0.27 | 0.47 | 0 | 0.13 | 265.63 | 0.6 | 0.66 |
| Hex | A2 | 76 | DD | 1B | 2F | 0 | D | 10A | 3C | 42 |
| Octal | 242 | 166 | 335 | 33 | 57 | 0 | 15 | 412 | 74 | 102 |
| Binary | 10100010 | 1110110 | 11011101 | 11011 | 101111 | 0 | 1101 | 100001010 | 111100 | 1000010 |
Color Harmonies of #A276DD
Complementary color
Monochromatic Colors of #A276DD
Black with #A276DD
Text Example
Text Example
White with #A276DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A276DD; }
p { color: rgb(162,118,221); }
H1.HeaderClassName
{
color: #A276DD;
}
.AnyTagClassName
{
color: #A276DD;
}
</style>
background-color css
<style>
a { background-color: #A276DD; }
a { background-color: rgb(162,118,221); }
div.DivClassName
{
background-color: #A276DD;
}
.BgClassName
{
background-color: #A276DD;
}
</style>
border-color css
<style>
span { border-color: #A276DD; }
span { border-color: rgb(162,118,221); }
td.TdClassName
{
border-color: #A276DD;
}
.TagClassName
{
border-color: #A276DD;
}
</style>