Shades of Medium Purple #A174DC
Tints of Medium Purple #A174DC
RGB
CMYK
RGB Variations
Color information
#A174DC (or 0xA174DC) is known color: Medium Purple. HEX triplet: A1, 74 and DC. RGB value is (161,116,220). Sum of RGB (Red+Green+Blue) = 161+116+220=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #A174DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A174DC is #5E8B23. Grayscale: #8C8C8C. Windows color (decimal): -6196004 or 14447777. OLE color: 14447777.
HSL color Cylindrical-coordinate representation of color #A174DC: hue angle of 265.96º 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 #A174DC is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 116 | 220 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.14 |
| HSL | 265.96º | 0.6% | 0.66% | - |
| HSV(B) | 265.96º | 0.47% | 0.86% | - |
| XYZ | 33.86 | 25.24 | 70.8 | - |
| YUV | 141.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 220 | 0.27 | 0.47 | 0 | 0.14 | 265.96 | 0.6 | 0.66 |
| Hex | A1 | 74 | DC | 1B | 2F | 0 | E | 10A | 3C | 42 |
| Octal | 241 | 164 | 334 | 33 | 57 | 0 | 16 | 412 | 74 | 102 |
| Binary | 10100001 | 1110100 | 11011100 | 11011 | 101111 | 0 | 1110 | 100001010 | 111100 | 1000010 |
Color Harmonies of #A174DC
Complementary color
Monochromatic Colors of #A174DC
Black with #A174DC
Text Example
Text Example
White with #A174DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A174DC; }
p { color: rgb(161,116,220); }
H1.HeaderClassName
{
color: #A174DC;
}
.AnyTagClassName
{
color: #A174DC;
}
</style>
background-color css
<style>
a { background-color: #A174DC; }
a { background-color: rgb(161,116,220); }
div.DivClassName
{
background-color: #A174DC;
}
.BgClassName
{
background-color: #A174DC;
}
</style>
border-color css
<style>
span { border-color: #A174DC; }
span { border-color: rgb(161,116,220); }
td.TdClassName
{
border-color: #A174DC;
}
.TagClassName
{
border-color: #A174DC;
}
</style>