Shades of Medium Purple #A37ADE
Tints of Medium Purple #A37ADE
RGB
CMYK
RGB Variations
Color information
#A37ADE (or 0xA37ADE) is known color: Medium Purple. HEX triplet: A3, 7A and DE. RGB value is (163,122,222). Sum of RGB (Red+Green+Blue) = 163+122+222=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #A37ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ADE is #5C8521. Grayscale: #919191. Windows color (decimal): -6063394 or 14580387. OLE color: 14580387.
HSL color Cylindrical-coordinate representation of color #A37ADE: hue angle of 264.6º 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 #A37ADE is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 122 | 222 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.13 |
| HSL | 264.6º | 0.6% | 0.67% | - |
| HSV(B) | 264.6º | 0.45% | 0.87% | - |
| XYZ | 35.25 | 26.98 | 72.46 | - |
| YUV | 145.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 222 | 0.27 | 0.45 | 0 | 0.13 | 264.6 | 0.6 | 0.67 |
| Hex | A3 | 7A | DE | 1B | 2D | 0 | D | 109 | 3C | 43 |
| Octal | 243 | 172 | 336 | 33 | 55 | 0 | 15 | 411 | 74 | 103 |
| Binary | 10100011 | 1111010 | 11011110 | 11011 | 101101 | 0 | 1101 | 100001001 | 111100 | 1000011 |
Color Harmonies of #A37ADE
Complementary color
Monochromatic Colors of #A37ADE
Black with #A37ADE
Text Example
Text Example
White with #A37ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37ADE; }
p { color: rgb(163,122,222); }
H1.HeaderClassName
{
color: #A37ADE;
}
.AnyTagClassName
{
color: #A37ADE;
}
</style>
background-color css
<style>
a { background-color: #A37ADE; }
a { background-color: rgb(163,122,222); }
div.DivClassName
{
background-color: #A37ADE;
}
.BgClassName
{
background-color: #A37ADE;
}
</style>
border-color css
<style>
span { border-color: #A37ADE; }
span { border-color: rgb(163,122,222); }
td.TdClassName
{
border-color: #A37ADE;
}
.TagClassName
{
border-color: #A37ADE;
}
</style>