Shades of Medium Purple #A175D5
Tints of Medium Purple #A175D5
RGB
CMYK
RGB Variations
Color information
#A175D5 (or 0xA175D5) is known color: Medium Purple. HEX triplet: A1, 75 and D5. RGB value is (161,117,213). Sum of RGB (Red+Green+Blue) = 161+117+213=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #A175D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175D5 is #5E8A2A. Grayscale: #8C8C8C. Windows color (decimal): -6195755 or 13989281. OLE color: 13989281.
HSL color Cylindrical-coordinate representation of color #A175D5: hue angle of 267.5º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A175D5 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 117 | 213 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.16 |
| HSL | 267.5º | 0.53% | 0.65% | - |
| HSV(B) | 267.5º | 0.45% | 0.84% | - |
| XYZ | 33.07 | 25.1 | 66.05 | - |
| YUV | 141.1 | 168.58 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 213 | 0.24 | 0.45 | 0 | 0.16 | 267.5 | 0.53 | 0.65 |
| Hex | A1 | 75 | D5 | 18 | 2D | 0 | 10 | 10C | 35 | 41 |
| Octal | 241 | 165 | 325 | 30 | 55 | 0 | 20 | 414 | 65 | 101 |
| Binary | 10100001 | 1110101 | 11010101 | 11000 | 101101 | 0 | 10000 | 100001100 | 110101 | 1000001 |
Color Harmonies of #A175D5
Complementary color
Monochromatic Colors of #A175D5
Black with #A175D5
Text Example
Text Example
White with #A175D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A175D5; }
p { color: rgb(161,117,213); }
H1.HeaderClassName
{
color: #A175D5;
}
.AnyTagClassName
{
color: #A175D5;
}
</style>
background-color css
<style>
a { background-color: #A175D5; }
a { background-color: rgb(161,117,213); }
div.DivClassName
{
background-color: #A175D5;
}
.BgClassName
{
background-color: #A175D5;
}
</style>
border-color css
<style>
span { border-color: #A175D5; }
span { border-color: rgb(161,117,213); }
td.TdClassName
{
border-color: #A175D5;
}
.TagClassName
{
border-color: #A175D5;
}
</style>