Shades of Medium Purple #A47ADE
Tints of Medium Purple #A47ADE
RGB
CMYK
RGB Variations
Color information
#A47ADE (or 0xA47ADE) is known color: Medium Purple. HEX triplet: A4, 7A and DE. RGB value is (164,122,222). Sum of RGB (Red+Green+Blue) = 164+122+222=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #A47ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ADE is #5B8521. Grayscale: #919191. Windows color (decimal): -5997858 or 14580388. OLE color: 14580388.
HSL color Cylindrical-coordinate representation of color #A47ADE: hue angle of 265.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A47ADE is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 122 | 222 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.13 |
| HSL | 265.2º | 0.6% | 0.67% | - |
| HSV(B) | 265.2º | 0.45% | 0.87% | - |
| XYZ | 35.45 | 27.09 | 72.47 | - |
| YUV | 145.96 | 170.91 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 222 | 0.26 | 0.45 | 0 | 0.13 | 265.2 | 0.6 | 0.67 |
| Hex | A4 | 7A | DE | 1A | 2D | 0 | D | 109 | 3C | 43 |
| Octal | 244 | 172 | 336 | 32 | 55 | 0 | 15 | 411 | 74 | 103 |
| Binary | 10100100 | 1111010 | 11011110 | 11010 | 101101 | 0 | 1101 | 100001001 | 111100 | 1000011 |
Color Harmonies of #A47ADE
Complementary color
Monochromatic Colors of #A47ADE
Black with #A47ADE
Text Example
Text Example
White with #A47ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47ADE; }
p { color: rgb(164,122,222); }
H1.HeaderClassName
{
color: #A47ADE;
}
.AnyTagClassName
{
color: #A47ADE;
}
</style>
background-color css
<style>
a { background-color: #A47ADE; }
a { background-color: rgb(164,122,222); }
div.DivClassName
{
background-color: #A47ADE;
}
.BgClassName
{
background-color: #A47ADE;
}
</style>
border-color css
<style>
span { border-color: #A47ADE; }
span { border-color: rgb(164,122,222); }
td.TdClassName
{
border-color: #A47ADE;
}
.TagClassName
{
border-color: #A47ADE;
}
</style>