Shades of Medium Purple #A475DD
Tints of Medium Purple #A475DD
RGB
CMYK
RGB Variations
Color information
#A475DD (or 0xA475DD) is known color: Medium Purple. HEX triplet: A4, 75 and DD. RGB value is (164,117,221). Sum of RGB (Red+Green+Blue) = 164+117+221=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #A475DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A475DD is #5B8A22. Grayscale: #8E8E8E. Windows color (decimal): -5999139 or 14513572. OLE color: 14513572.
HSL color Cylindrical-coordinate representation of color #A475DD: hue angle of 267.12º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A475DD is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 117 | 221 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.13 |
| HSL | 267.12º | 0.6% | 0.66% | - |
| HSV(B) | 267.12º | 0.47% | 0.87% | - |
| XYZ | 34.72 | 25.84 | 71.56 | - |
| YUV | 142.91 | 172.07 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 221 | 0.26 | 0.47 | 0 | 0.13 | 267.12 | 0.6 | 0.66 |
| Hex | A4 | 75 | DD | 1A | 2F | 0 | D | 10B | 3C | 42 |
| Octal | 244 | 165 | 335 | 32 | 57 | 0 | 15 | 413 | 74 | 102 |
| Binary | 10100100 | 1110101 | 11011101 | 11010 | 101111 | 0 | 1101 | 100001011 | 111100 | 1000010 |
Color Harmonies of #A475DD
Complementary color
Monochromatic Colors of #A475DD
Black with #A475DD
Text Example
Text Example
White with #A475DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A475DD; }
p { color: rgb(164,117,221); }
H1.HeaderClassName
{
color: #A475DD;
}
.AnyTagClassName
{
color: #A475DD;
}
</style>
background-color css
<style>
a { background-color: #A475DD; }
a { background-color: rgb(164,117,221); }
div.DivClassName
{
background-color: #A475DD;
}
.BgClassName
{
background-color: #A475DD;
}
</style>
border-color css
<style>
span { border-color: #A475DD; }
span { border-color: rgb(164,117,221); }
td.TdClassName
{
border-color: #A475DD;
}
.TagClassName
{
border-color: #A475DD;
}
</style>