Shades of Medium Purple #A175DA
Tints of Medium Purple #A175DA
RGB
CMYK
RGB Variations
Color information
#A175DA (or 0xA175DA) is known color: Medium Purple. HEX triplet: A1, 75 and DA. RGB value is (161,117,218). Sum of RGB (Red+Green+Blue) = 161+117+218=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #A175DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175DA is #5E8A25. Grayscale: #8D8D8D. Windows color (decimal): -6195750 or 14316961. OLE color: 14316961.
HSL color Cylindrical-coordinate representation of color #A175DA: hue angle of 266.14º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A175DA is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 117 | 218 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.15 |
| HSL | 266.14º | 0.58% | 0.66% | - |
| HSV(B) | 266.14º | 0.46% | 0.85% | - |
| XYZ | 33.71 | 25.36 | 69.45 | - |
| YUV | 141.67 | 171.08 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 218 | 0.26 | 0.46 | 0 | 0.15 | 266.14 | 0.58 | 0.66 |
| Hex | A1 | 75 | DA | 1A | 2E | 0 | F | 10A | 3A | 42 |
| Octal | 241 | 165 | 332 | 32 | 56 | 0 | 17 | 412 | 72 | 102 |
| Binary | 10100001 | 1110101 | 11011010 | 11010 | 101110 | 0 | 1111 | 100001010 | 111010 | 1000010 |
Color Harmonies of #A175DA
Complementary color
Monochromatic Colors of #A175DA
Black with #A175DA
Text Example
Text Example
White with #A175DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A175DA; }
p { color: rgb(161,117,218); }
H1.HeaderClassName
{
color: #A175DA;
}
.AnyTagClassName
{
color: #A175DA;
}
</style>
background-color css
<style>
a { background-color: #A175DA; }
a { background-color: rgb(161,117,218); }
div.DivClassName
{
background-color: #A175DA;
}
.BgClassName
{
background-color: #A175DA;
}
</style>
border-color css
<style>
span { border-color: #A175DA; }
span { border-color: rgb(161,117,218); }
td.TdClassName
{
border-color: #A175DA;
}
.TagClassName
{
border-color: #A175DA;
}
</style>