Shades of Amethyst #A175D4
Tints of Amethyst #A175D4
RGB
CMYK
RGB Variations
Color information
#A175D4 (or 0xA175D4) is known color: Amethyst. HEX triplet: A1, 75 and D4. RGB value is (161,117,212). Sum of RGB (Red+Green+Blue) = 161+117+212=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 212 (83.20% from 255 or 43.27% from 490); Max value from RGB is 212 - color contains mainly: blue. Hex color #A175D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175D4 is #5E8A2B. Grayscale: #8C8C8C. Windows color (decimal): -6195756 or 13923745. OLE color: 13923745.
HSL color Cylindrical-coordinate representation of color #A175D4: hue angle of 267.79º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A175D4 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 117 | 212 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.17 |
| HSL | 267.79º | 0.52% | 0.65% | - |
| HSV(B) | 267.79º | 0.45% | 0.83% | - |
| XYZ | 32.94 | 25.05 | 65.39 | - |
| YUV | 140.99 | 168.08 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 212 | 0.24 | 0.45 | 0 | 0.17 | 267.79 | 0.52 | 0.65 |
| Hex | A1 | 75 | D4 | 18 | 2D | 0 | 11 | 10C | 34 | 41 |
| Octal | 241 | 165 | 324 | 30 | 55 | 0 | 21 | 414 | 64 | 101 |
| Binary | 10100001 | 1110101 | 11010100 | 11000 | 101101 | 0 | 10001 | 100001100 | 110100 | 1000001 |
Color Harmonies of #A175D4
Complementary color
Monochromatic Colors of #A175D4
Black with #A175D4
Text Example
Text Example
White with #A175D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A175D4; }
p { color: rgb(161,117,212); }
H1.HeaderClassName
{
color: #A175D4;
}
.AnyTagClassName
{
color: #A175D4;
}
</style>
background-color css
<style>
a { background-color: #A175D4; }
a { background-color: rgb(161,117,212); }
div.DivClassName
{
background-color: #A175D4;
}
.BgClassName
{
background-color: #A175D4;
}
</style>
border-color css
<style>
span { border-color: #A175D4; }
span { border-color: rgb(161,117,212); }
td.TdClassName
{
border-color: #A175D4;
}
.TagClassName
{
border-color: #A175D4;
}
</style>