Shades of Medium Purple #A37ADF
Tints of Medium Purple #A37ADF
RGB
CMYK
RGB Variations
Color information
#A37ADF (or 0xA37ADF) is known color: Medium Purple. HEX triplet: A3, 7A and DF. RGB value is (163,122,223). Sum of RGB (Red+Green+Blue) = 163+122+223=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #A37ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ADF is #5C8520. Grayscale: #919191. Windows color (decimal): -6063393 or 14645923. OLE color: 14645923.
HSL color Cylindrical-coordinate representation of color #A37ADF: hue angle of 264.36º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A37ADF is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 122 | 223 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.13 |
| HSL | 264.36º | 0.61% | 0.68% | - |
| HSV(B) | 264.36º | 0.45% | 0.87% | - |
| XYZ | 35.38 | 27.03 | 73.17 | - |
| YUV | 145.77 | 171.58 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 223 | 0.27 | 0.45 | 0 | 0.13 | 264.36 | 0.61 | 0.68 |
| Hex | A3 | 7A | DF | 1B | 2D | 0 | D | 108 | 3D | 44 |
| Octal | 243 | 172 | 337 | 33 | 55 | 0 | 15 | 410 | 75 | 104 |
| Binary | 10100011 | 1111010 | 11011111 | 11011 | 101101 | 0 | 1101 | 100001000 | 111101 | 1000100 |
Color Harmonies of #A37ADF
Complementary color
Monochromatic Colors of #A37ADF
Black with #A37ADF
Text Example
Text Example
White with #A37ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37ADF; }
p { color: rgb(163,122,223); }
H1.HeaderClassName
{
color: #A37ADF;
}
.AnyTagClassName
{
color: #A37ADF;
}
</style>
background-color css
<style>
a { background-color: #A37ADF; }
a { background-color: rgb(163,122,223); }
div.DivClassName
{
background-color: #A37ADF;
}
.BgClassName
{
background-color: #A37ADF;
}
</style>
border-color css
<style>
span { border-color: #A37ADF; }
span { border-color: rgb(163,122,223); }
td.TdClassName
{
border-color: #A37ADF;
}
.TagClassName
{
border-color: #A37ADF;
}
</style>