Shades of Medium Purple #A475DF
Tints of Medium Purple #A475DF
RGB
CMYK
RGB Variations
Color information
#A475DF (or 0xA475DF) is known color: Medium Purple. HEX triplet: A4, 75 and DF. RGB value is (164,117,223). Sum of RGB (Red+Green+Blue) = 164+117+223=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 117 (46.09% from 255 or 23.21% 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 #A475DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A475DF is #5B8A20. Grayscale: #8E8E8E. Windows color (decimal): -5999137 or 14644644. OLE color: 14644644.
HSL color Cylindrical-coordinate representation of color #A475DF: hue angle of 266.6º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A475DF is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 117 | 223 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.13 |
| HSL | 266.6º | 0.62% | 0.67% | - |
| HSV(B) | 266.6º | 0.48% | 0.87% | - |
| XYZ | 34.99 | 25.94 | 72.98 | - |
| YUV | 143.14 | 173.07 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 223 | 0.26 | 0.48 | 0 | 0.13 | 266.6 | 0.62 | 0.67 |
| Hex | A4 | 75 | DF | 1A | 30 | 0 | D | 10B | 3E | 43 |
| Octal | 244 | 165 | 337 | 32 | 60 | 0 | 15 | 413 | 76 | 103 |
| Binary | 10100100 | 1110101 | 11011111 | 11010 | 110000 | 0 | 1101 | 100001011 | 111110 | 1000011 |
Color Harmonies of #A475DF
Complementary color
Monochromatic Colors of #A475DF
Black with #A475DF
Text Example
Text Example
White with #A475DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A475DF; }
p { color: rgb(164,117,223); }
H1.HeaderClassName
{
color: #A475DF;
}
.AnyTagClassName
{
color: #A475DF;
}
</style>
background-color css
<style>
a { background-color: #A475DF; }
a { background-color: rgb(164,117,223); }
div.DivClassName
{
background-color: #A475DF;
}
.BgClassName
{
background-color: #A475DF;
}
</style>
border-color css
<style>
span { border-color: #A475DF; }
span { border-color: rgb(164,117,223); }
td.TdClassName
{
border-color: #A475DF;
}
.TagClassName
{
border-color: #A475DF;
}
</style>