Shades of Medium Purple #A476DF
Tints of Medium Purple #A476DF
RGB
CMYK
RGB Variations
Color information
#A476DF (or 0xA476DF) is known color: Medium Purple. HEX triplet: A4, 76 and DF. RGB value is (164,118,223). Sum of RGB (Red+Green+Blue) = 164+118+223=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #A476DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A476DF is #5B8920. Grayscale: #8F8F8F. Windows color (decimal): -5998881 or 14644900. OLE color: 14644900.
HSL color Cylindrical-coordinate representation of color #A476DF: hue angle of 266.29º 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 #A476DF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 118 | 223 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.13 |
| HSL | 266.29º | 0.62% | 0.67% | - |
| HSV(B) | 266.29º | 0.47% | 0.87% | - |
| XYZ | 35.11 | 26.18 | 73.01 | - |
| YUV | 143.72 | 172.74 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 223 | 0.26 | 0.47 | 0 | 0.13 | 266.29 | 0.62 | 0.67 |
| Hex | A4 | 76 | DF | 1A | 2F | 0 | D | 10A | 3E | 43 |
| Octal | 244 | 166 | 337 | 32 | 57 | 0 | 15 | 412 | 76 | 103 |
| Binary | 10100100 | 1110110 | 11011111 | 11010 | 101111 | 0 | 1101 | 100001010 | 111110 | 1000011 |
Color Harmonies of #A476DF
Complementary color
Monochromatic Colors of #A476DF
Black with #A476DF
Text Example
Text Example
White with #A476DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A476DF; }
p { color: rgb(164,118,223); }
H1.HeaderClassName
{
color: #A476DF;
}
.AnyTagClassName
{
color: #A476DF;
}
</style>
background-color css
<style>
a { background-color: #A476DF; }
a { background-color: rgb(164,118,223); }
div.DivClassName
{
background-color: #A476DF;
}
.BgClassName
{
background-color: #A476DF;
}
</style>
border-color css
<style>
span { border-color: #A476DF; }
span { border-color: rgb(164,118,223); }
td.TdClassName
{
border-color: #A476DF;
}
.TagClassName
{
border-color: #A476DF;
}
</style>