Shades of Medium Purple #A475D9
Tints of Medium Purple #A475D9
RGB
CMYK
RGB Variations
Color information
#A475D9 (or 0xA475D9) is known color: Medium Purple. HEX triplet: A4, 75 and D9. RGB value is (164,117,217). Sum of RGB (Red+Green+Blue) = 164+117+217=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #A475D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A475D9 is #5B8A26. Grayscale: #8E8E8E. Windows color (decimal): -5999143 or 14251428. OLE color: 14251428.
HSL color Cylindrical-coordinate representation of color #A475D9: hue angle of 268.2º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A475D9 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 117 | 217 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.15 |
| HSL | 268.2º | 0.57% | 0.65% | - |
| HSV(B) | 268.2º | 0.46% | 0.85% | - |
| XYZ | 34.2 | 25.62 | 68.79 | - |
| YUV | 142.45 | 170.07 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 217 | 0.24 | 0.46 | 0 | 0.15 | 268.2 | 0.57 | 0.65 |
| Hex | A4 | 75 | D9 | 18 | 2E | 0 | F | 10C | 39 | 41 |
| Octal | 244 | 165 | 331 | 30 | 56 | 0 | 17 | 414 | 71 | 101 |
| Binary | 10100100 | 1110101 | 11011001 | 11000 | 101110 | 0 | 1111 | 100001100 | 111001 | 1000001 |
Color Harmonies of #A475D9
Complementary color
Monochromatic Colors of #A475D9
Black with #A475D9
Text Example
Text Example
White with #A475D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A475D9; }
p { color: rgb(164,117,217); }
H1.HeaderClassName
{
color: #A475D9;
}
.AnyTagClassName
{
color: #A475D9;
}
</style>
background-color css
<style>
a { background-color: #A475D9; }
a { background-color: rgb(164,117,217); }
div.DivClassName
{
background-color: #A475D9;
}
.BgClassName
{
background-color: #A475D9;
}
</style>
border-color css
<style>
span { border-color: #A475D9; }
span { border-color: rgb(164,117,217); }
td.TdClassName
{
border-color: #A475D9;
}
.TagClassName
{
border-color: #A475D9;
}
</style>