Shades of Amethyst #A177D2
Tints of Amethyst #A177D2
RGB
CMYK
RGB Variations
Color information
#A177D2 (or 0xA177D2) is known color: Amethyst. HEX triplet: A1, 77 and D2. RGB value is (161,119,210). Sum of RGB (Red+Green+Blue) = 161+119+210=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 210 - color contains mainly: blue. Hex color #A177D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177D2 is #5E882D. Grayscale: #8D8D8D. Windows color (decimal): -6195246 or 13793185. OLE color: 13793185.
HSL color Cylindrical-coordinate representation of color #A177D2: hue angle of 267.69º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A177D2 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 119 | 210 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.18 |
| HSL | 267.69º | 0.5% | 0.65% | - |
| HSV(B) | 267.69º | 0.43% | 0.82% | - |
| XYZ | 32.93 | 25.42 | 64.14 | - |
| YUV | 141.93 | 166.41 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 210 | 0.23 | 0.43 | 0 | 0.18 | 267.69 | 0.5 | 0.65 |
| Hex | A1 | 77 | D2 | 17 | 2B | 0 | 12 | 10C | 32 | 41 |
| Octal | 241 | 167 | 322 | 27 | 53 | 0 | 22 | 414 | 62 | 101 |
| Binary | 10100001 | 1110111 | 11010010 | 10111 | 101011 | 0 | 10010 | 100001100 | 110010 | 1000001 |
Color Harmonies of #A177D2
Complementary color
Monochromatic Colors of #A177D2
Black with #A177D2
Text Example
Text Example
White with #A177D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A177D2; }
p { color: rgb(161,119,210); }
H1.HeaderClassName
{
color: #A177D2;
}
.AnyTagClassName
{
color: #A177D2;
}
</style>
background-color css
<style>
a { background-color: #A177D2; }
a { background-color: rgb(161,119,210); }
div.DivClassName
{
background-color: #A177D2;
}
.BgClassName
{
background-color: #A177D2;
}
</style>
border-color css
<style>
span { border-color: #A177D2; }
span { border-color: rgb(161,119,210); }
td.TdClassName
{
border-color: #A177D2;
}
.TagClassName
{
border-color: #A177D2;
}
</style>