Shades of Medium Purple #A37ADA
Tints of Medium Purple #A37ADA
RGB
CMYK
RGB Variations
Color information
#A37ADA (or 0xA37ADA) is known color: Medium Purple. HEX triplet: A3, 7A and DA. RGB value is (163,122,218). Sum of RGB (Red+Green+Blue) = 163+122+218=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #A37ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ADA is #5C8525. Grayscale: #909090. Windows color (decimal): -6063398 or 14318243. OLE color: 14318243.
HSL color Cylindrical-coordinate representation of color #A37ADA: hue angle of 265.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A37ADA is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 122 | 218 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.15 |
| HSL | 265.63º | 0.56% | 0.67% | - |
| HSV(B) | 265.63º | 0.44% | 0.85% | - |
| XYZ | 34.72 | 26.77 | 69.67 | - |
| YUV | 145.2 | 169.08 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 218 | 0.25 | 0.44 | 0 | 0.15 | 265.63 | 0.56 | 0.67 |
| Hex | A3 | 7A | DA | 19 | 2C | 0 | F | 10A | 38 | 43 |
| Octal | 243 | 172 | 332 | 31 | 54 | 0 | 17 | 412 | 70 | 103 |
| Binary | 10100011 | 1111010 | 11011010 | 11001 | 101100 | 0 | 1111 | 100001010 | 111000 | 1000011 |
Color Harmonies of #A37ADA
Complementary color
Monochromatic Colors of #A37ADA
Black with #A37ADA
Text Example
Text Example
White with #A37ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37ADA; }
p { color: rgb(163,122,218); }
H1.HeaderClassName
{
color: #A37ADA;
}
.AnyTagClassName
{
color: #A37ADA;
}
</style>
background-color css
<style>
a { background-color: #A37ADA; }
a { background-color: rgb(163,122,218); }
div.DivClassName
{
background-color: #A37ADA;
}
.BgClassName
{
background-color: #A37ADA;
}
</style>
border-color css
<style>
span { border-color: #A37ADA; }
span { border-color: rgb(163,122,218); }
td.TdClassName
{
border-color: #A37ADA;
}
.TagClassName
{
border-color: #A37ADA;
}
</style>