Shades of Medium Purple #A27AD3
Tints of Medium Purple #A27AD3
RGB
CMYK
RGB Variations
Color information
#A27AD3 (or 0xA27AD3) is known color: Medium Purple. HEX triplet: A2, 7A and D3. RGB value is (162,122,211). Sum of RGB (Red+Green+Blue) = 162+122+211=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 211 - color contains mainly: blue. Hex color #A27AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27AD3 is #5D852C. Grayscale: #8F8F8F. Windows color (decimal): -6128941 or 13859490. OLE color: 13859490.
HSL color Cylindrical-coordinate representation of color #A27AD3: hue angle of 266.97º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A27AD3 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 122 | 211 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.17 |
| HSL | 266.97º | 0.5% | 0.65% | - |
| HSV(B) | 266.97º | 0.42% | 0.83% | - |
| XYZ | 33.62 | 26.3 | 64.93 | - |
| YUV | 144.11 | 165.75 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 211 | 0.23 | 0.42 | 0 | 0.17 | 266.97 | 0.5 | 0.65 |
| Hex | A2 | 7A | D3 | 17 | 2A | 0 | 11 | 10B | 32 | 41 |
| Octal | 242 | 172 | 323 | 27 | 52 | 0 | 21 | 413 | 62 | 101 |
| Binary | 10100010 | 1111010 | 11010011 | 10111 | 101010 | 0 | 10001 | 100001011 | 110010 | 1000001 |
Color Harmonies of #A27AD3
Complementary color
Monochromatic Colors of #A27AD3
Black with #A27AD3
Text Example
Text Example
White with #A27AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27AD3; }
p { color: rgb(162,122,211); }
H1.HeaderClassName
{
color: #A27AD3;
}
.AnyTagClassName
{
color: #A27AD3;
}
</style>
background-color css
<style>
a { background-color: #A27AD3; }
a { background-color: rgb(162,122,211); }
div.DivClassName
{
background-color: #A27AD3;
}
.BgClassName
{
background-color: #A27AD3;
}
</style>
border-color css
<style>
span { border-color: #A27AD3; }
span { border-color: rgb(162,122,211); }
td.TdClassName
{
border-color: #A27AD3;
}
.TagClassName
{
border-color: #A27AD3;
}
</style>