Shades of Medium Purple #A37FDC
Tints of Medium Purple #A37FDC
RGB
CMYK
RGB Variations
Color information
#A37FDC (or 0xA37FDC) is known color: Medium Purple. HEX triplet: A3, 7F and DC. RGB value is (163,127,220). Sum of RGB (Red+Green+Blue) = 163+127+220=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #A37FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FDC is #5C8023. Grayscale: #949494. Windows color (decimal): -6062116 or 14450595. OLE color: 14450595.
HSL color Cylindrical-coordinate representation of color #A37FDC: hue angle of 263.23º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A37FDC is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 127 | 220 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.14 |
| HSL | 263.23º | 0.57% | 0.68% | - |
| HSV(B) | 263.23º | 0.42% | 0.86% | - |
| XYZ | 35.61 | 28.13 | 71.26 | - |
| YUV | 148.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 220 | 0.26 | 0.42 | 0 | 0.14 | 263.23 | 0.57 | 0.68 |
| Hex | A3 | 7F | DC | 1A | 2A | 0 | E | 107 | 39 | 44 |
| Octal | 243 | 177 | 334 | 32 | 52 | 0 | 16 | 407 | 71 | 104 |
| Binary | 10100011 | 1111111 | 11011100 | 11010 | 101010 | 0 | 1110 | 100000111 | 111001 | 1000100 |
Color Harmonies of #A37FDC
Complementary color
Monochromatic Colors of #A37FDC
Black with #A37FDC
Text Example
Text Example
White with #A37FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FDC; }
p { color: rgb(163,127,220); }
H1.HeaderClassName
{
color: #A37FDC;
}
.AnyTagClassName
{
color: #A37FDC;
}
</style>
background-color css
<style>
a { background-color: #A37FDC; }
a { background-color: rgb(163,127,220); }
div.DivClassName
{
background-color: #A37FDC;
}
.BgClassName
{
background-color: #A37FDC;
}
</style>
border-color css
<style>
span { border-color: #A37FDC; }
span { border-color: rgb(163,127,220); }
td.TdClassName
{
border-color: #A37FDC;
}
.TagClassName
{
border-color: #A37FDC;
}
</style>