Shades of Medium Purple #A175DC
Tints of Medium Purple #A175DC
RGB
CMYK
RGB Variations
Color information
#A175DC (or 0xA175DC) is known color: Medium Purple. HEX triplet: A1, 75 and DC. RGB value is (161,117,220). Sum of RGB (Red+Green+Blue) = 161+117+220=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #A175DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175DC is #5E8A23. Grayscale: #8D8D8D. Windows color (decimal): -6195748 or 14448033. OLE color: 14448033.
HSL color Cylindrical-coordinate representation of color #A175DC: hue angle of 265.63º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A175DC is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 117 | 220 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.14 |
| HSL | 265.63º | 0.6% | 0.66% | - |
| HSV(B) | 265.63º | 0.47% | 0.86% | - |
| XYZ | 33.98 | 25.47 | 70.83 | - |
| YUV | 141.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 220 | 0.27 | 0.47 | 0 | 0.14 | 265.63 | 0.6 | 0.66 |
| Hex | A1 | 75 | DC | 1B | 2F | 0 | E | 10A | 3C | 42 |
| Octal | 241 | 165 | 334 | 33 | 57 | 0 | 16 | 412 | 74 | 102 |
| Binary | 10100001 | 1110101 | 11011100 | 11011 | 101111 | 0 | 1110 | 100001010 | 111100 | 1000010 |
Color Harmonies of #A175DC
Complementary color
Monochromatic Colors of #A175DC
Black with #A175DC
Text Example
Text Example
White with #A175DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A175DC; }
p { color: rgb(161,117,220); }
H1.HeaderClassName
{
color: #A175DC;
}
.AnyTagClassName
{
color: #A175DC;
}
</style>
background-color css
<style>
a { background-color: #A175DC; }
a { background-color: rgb(161,117,220); }
div.DivClassName
{
background-color: #A175DC;
}
.BgClassName
{
background-color: #A175DC;
}
</style>
border-color css
<style>
span { border-color: #A175DC; }
span { border-color: rgb(161,117,220); }
td.TdClassName
{
border-color: #A175DC;
}
.TagClassName
{
border-color: #A175DC;
}
</style>