Shades of Medium Purple #A37ADC
Tints of Medium Purple #A37ADC
RGB
CMYK
RGB Variations
Color information
#A37ADC (or 0xA37ADC) is known color: Medium Purple. HEX triplet: A3, 7A and DC. RGB value is (163,122,220). Sum of RGB (Red+Green+Blue) = 163+122+220=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #A37ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ADC is #5C8523. Grayscale: #919191. Windows color (decimal): -6063396 or 14449315. OLE color: 14449315.
HSL color Cylindrical-coordinate representation of color #A37ADC: hue angle of 265.1º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A37ADC is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 122 | 220 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.14 |
| HSL | 265.1º | 0.58% | 0.67% | - |
| HSV(B) | 265.1º | 0.45% | 0.86% | - |
| XYZ | 34.98 | 26.87 | 71.05 | - |
| YUV | 145.43 | 170.08 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 220 | 0.26 | 0.45 | 0 | 0.14 | 265.1 | 0.58 | 0.67 |
| Hex | A3 | 7A | DC | 1A | 2D | 0 | E | 109 | 3A | 43 |
| Octal | 243 | 172 | 334 | 32 | 55 | 0 | 16 | 411 | 72 | 103 |
| Binary | 10100011 | 1111010 | 11011100 | 11010 | 101101 | 0 | 1110 | 100001001 | 111010 | 1000011 |
Color Harmonies of #A37ADC
Complementary color
Monochromatic Colors of #A37ADC
Black with #A37ADC
Text Example
Text Example
White with #A37ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37ADC; }
p { color: rgb(163,122,220); }
H1.HeaderClassName
{
color: #A37ADC;
}
.AnyTagClassName
{
color: #A37ADC;
}
</style>
background-color css
<style>
a { background-color: #A37ADC; }
a { background-color: rgb(163,122,220); }
div.DivClassName
{
background-color: #A37ADC;
}
.BgClassName
{
background-color: #A37ADC;
}
</style>
border-color css
<style>
span { border-color: #A37ADC; }
span { border-color: rgb(163,122,220); }
td.TdClassName
{
border-color: #A37ADC;
}
.TagClassName
{
border-color: #A37ADC;
}
</style>