Shades of Medium Purple #A376DF
Tints of Medium Purple #A376DF
RGB
CMYK
RGB Variations
Color information
#A376DF (or 0xA376DF) is known color: Medium Purple. HEX triplet: A3, 76 and DF. RGB value is (163,118,223). Sum of RGB (Red+Green+Blue) = 163+118+223=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #A376DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376DF is #5C8920. Grayscale: #8F8F8F. Windows color (decimal): -6064417 or 14644899. OLE color: 14644899.
HSL color Cylindrical-coordinate representation of color #A376DF: hue angle of 265.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A376DF is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 118 | 223 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.13 |
| HSL | 265.71º | 0.62% | 0.67% | - |
| HSV(B) | 265.71º | 0.47% | 0.87% | - |
| XYZ | 34.9 | 26.07 | 73 | - |
| YUV | 143.43 | 172.91 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 223 | 0.27 | 0.47 | 0 | 0.13 | 265.71 | 0.62 | 0.67 |
| Hex | A3 | 76 | DF | 1B | 2F | 0 | D | 10A | 3E | 43 |
| Octal | 243 | 166 | 337 | 33 | 57 | 0 | 15 | 412 | 76 | 103 |
| Binary | 10100011 | 1110110 | 11011111 | 11011 | 101111 | 0 | 1101 | 100001010 | 111110 | 1000011 |
Color Harmonies of #A376DF
Complementary color
Monochromatic Colors of #A376DF
Black with #A376DF
Text Example
Text Example
White with #A376DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376DF; }
p { color: rgb(163,118,223); }
H1.HeaderClassName
{
color: #A376DF;
}
.AnyTagClassName
{
color: #A376DF;
}
</style>
background-color css
<style>
a { background-color: #A376DF; }
a { background-color: rgb(163,118,223); }
div.DivClassName
{
background-color: #A376DF;
}
.BgClassName
{
background-color: #A376DF;
}
</style>
border-color css
<style>
span { border-color: #A376DF; }
span { border-color: rgb(163,118,223); }
td.TdClassName
{
border-color: #A376DF;
}
.TagClassName
{
border-color: #A376DF;
}
</style>