Shades of Medium Purple #A472DF
Tints of Medium Purple #A472DF
RGB
CMYK
RGB Variations
Color information
#A472DF (or 0xA472DF) is known color: Medium Purple. HEX triplet: A4, 72 and DF. RGB value is (164,114,223). Sum of RGB (Red+Green+Blue) = 164+114+223=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #A472DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472DF is #5B8D20. Grayscale: #8C8C8C. Windows color (decimal): -5999905 or 14643876. OLE color: 14643876.
HSL color Cylindrical-coordinate representation of color #A472DF: hue angle of 267.52º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A472DF is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 114 | 223 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.13 |
| HSL | 267.52º | 0.63% | 0.66% | - |
| HSV(B) | 267.52º | 0.49% | 0.87% | - |
| XYZ | 34.65 | 25.25 | 72.86 | - |
| YUV | 141.38 | 174.07 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 114 | 223 | 0.26 | 0.49 | 0 | 0.13 | 267.52 | 0.63 | 0.66 |
| Hex | A4 | 72 | DF | 1A | 31 | 0 | D | 10C | 3F | 42 |
| Octal | 244 | 162 | 337 | 32 | 61 | 0 | 15 | 414 | 77 | 102 |
| Binary | 10100100 | 1110010 | 11011111 | 11010 | 110001 | 0 | 1101 | 100001100 | 111111 | 1000010 |
Color Harmonies of #A472DF
Complementary color
Monochromatic Colors of #A472DF
Black with #A472DF
Text Example
Text Example
White with #A472DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A472DF; }
p { color: rgb(164,114,223); }
H1.HeaderClassName
{
color: #A472DF;
}
.AnyTagClassName
{
color: #A472DF;
}
</style>
background-color css
<style>
a { background-color: #A472DF; }
a { background-color: rgb(164,114,223); }
div.DivClassName
{
background-color: #A472DF;
}
.BgClassName
{
background-color: #A472DF;
}
</style>
border-color css
<style>
span { border-color: #A472DF; }
span { border-color: rgb(164,114,223); }
td.TdClassName
{
border-color: #A472DF;
}
.TagClassName
{
border-color: #A472DF;
}
</style>