Shades of Medium Purple #A174D6
Tints of Medium Purple #A174D6
RGB
CMYK
RGB Variations
Color information
#A174D6 (or 0xA174D6) is known color: Medium Purple. HEX triplet: A1, 74 and D6. RGB value is (161,116,214). Sum of RGB (Red+Green+Blue) = 161+116+214=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #A174D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A174D6 is #5E8B29. Grayscale: #8C8C8C. Windows color (decimal): -6196010 or 14054561. OLE color: 14054561.
HSL color Cylindrical-coordinate representation of color #A174D6: hue angle of 267.55º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A174D6 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 116 | 214 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.16 |
| HSL | 267.55º | 0.54% | 0.65% | - |
| HSV(B) | 267.55º | 0.46% | 0.84% | - |
| XYZ | 33.08 | 24.92 | 66.69 | - |
| YUV | 140.63 | 169.41 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 214 | 0.25 | 0.46 | 0 | 0.16 | 267.55 | 0.54 | 0.65 |
| Hex | A1 | 74 | D6 | 19 | 2E | 0 | 10 | 10C | 36 | 41 |
| Octal | 241 | 164 | 326 | 31 | 56 | 0 | 20 | 414 | 66 | 101 |
| Binary | 10100001 | 1110100 | 11010110 | 11001 | 101110 | 0 | 10000 | 100001100 | 110110 | 1000001 |
Color Harmonies of #A174D6
Complementary color
Monochromatic Colors of #A174D6
Black with #A174D6
Text Example
Text Example
White with #A174D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A174D6; }
p { color: rgb(161,116,214); }
H1.HeaderClassName
{
color: #A174D6;
}
.AnyTagClassName
{
color: #A174D6;
}
</style>
background-color css
<style>
a { background-color: #A174D6; }
a { background-color: rgb(161,116,214); }
div.DivClassName
{
background-color: #A174D6;
}
.BgClassName
{
background-color: #A174D6;
}
</style>
border-color css
<style>
span { border-color: #A174D6; }
span { border-color: rgb(161,116,214); }
td.TdClassName
{
border-color: #A174D6;
}
.TagClassName
{
border-color: #A174D6;
}
</style>