Shades of Medium Purple #A37FDA
Tints of Medium Purple #A37FDA
RGB
CMYK
RGB Variations
Color information
#A37FDA (or 0xA37FDA) is known color: Medium Purple. HEX triplet: A3, 7F and DA. RGB value is (163,127,218). Sum of RGB (Red+Green+Blue) = 163+127+218=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #A37FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FDA is #5C8025. Grayscale: #939393. Windows color (decimal): -6062118 or 14319523. OLE color: 14319523.
HSL color Cylindrical-coordinate representation of color #A37FDA: hue angle of 263.74º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A37FDA is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 127 | 218 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.15 |
| HSL | 263.74º | 0.55% | 0.68% | - |
| HSV(B) | 263.74º | 0.42% | 0.85% | - |
| XYZ | 35.35 | 28.03 | 69.88 | - |
| YUV | 148.14 | 167.43 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 218 | 0.25 | 0.42 | 0 | 0.15 | 263.74 | 0.55 | 0.68 |
| Hex | A3 | 7F | DA | 19 | 2A | 0 | F | 108 | 37 | 44 |
| Octal | 243 | 177 | 332 | 31 | 52 | 0 | 17 | 410 | 67 | 104 |
| Binary | 10100011 | 1111111 | 11011010 | 11001 | 101010 | 0 | 1111 | 100001000 | 110111 | 1000100 |
Color Harmonies of #A37FDA
Complementary color
Monochromatic Colors of #A37FDA
Black with #A37FDA
Text Example
Text Example
White with #A37FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FDA; }
p { color: rgb(163,127,218); }
H1.HeaderClassName
{
color: #A37FDA;
}
.AnyTagClassName
{
color: #A37FDA;
}
</style>
background-color css
<style>
a { background-color: #A37FDA; }
a { background-color: rgb(163,127,218); }
div.DivClassName
{
background-color: #A37FDA;
}
.BgClassName
{
background-color: #A37FDA;
}
</style>
border-color css
<style>
span { border-color: #A37FDA; }
span { border-color: rgb(163,127,218); }
td.TdClassName
{
border-color: #A37FDA;
}
.TagClassName
{
border-color: #A37FDA;
}
</style>