Shades of Amethyst #A175CD
Tints of Amethyst #A175CD
RGB
CMYK
RGB Variations
Color information
#A175CD (or 0xA175CD) is known color: Amethyst. HEX triplet: A1, 75 and CD. RGB value is (161,117,205). Sum of RGB (Red+Green+Blue) = 161+117+205=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #A175CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A175CD is #5E8A32. Grayscale: #8B8B8B. Windows color (decimal): -6195763 or 13464993. OLE color: 13464993.
HSL color Cylindrical-coordinate representation of color #A175CD: hue angle of 270º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A175CD is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 117 | 205 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.20 |
| HSL | 270º | 0.47% | 0.63% | - |
| HSV(B) | 270º | 0.43% | 0.8% | - |
| XYZ | 32.08 | 24.71 | 60.84 | - |
| YUV | 140.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 205 | 0.21 | 0.43 | 0 | 0.20 | 270 | 0.47 | 0.63 |
| Hex | A1 | 75 | CD | 15 | 2B | 0 | 14 | 10E | 2F | 3F |
| Octal | 241 | 165 | 315 | 25 | 53 | 0 | 24 | 416 | 57 | 77 |
| Binary | 10100001 | 1110101 | 11001101 | 10101 | 101011 | 0 | 10100 | 100001110 | 101111 | 111111 |
Color Harmonies of #A175CD
Complementary color
Monochromatic Colors of #A175CD
Black with #A175CD
Text Example
Text Example
White with #A175CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A175CD; }
p { color: rgb(161,117,205); }
H1.HeaderClassName
{
color: #A175CD;
}
.AnyTagClassName
{
color: #A175CD;
}
</style>
background-color css
<style>
a { background-color: #A175CD; }
a { background-color: rgb(161,117,205); }
div.DivClassName
{
background-color: #A175CD;
}
.BgClassName
{
background-color: #A175CD;
}
</style>
border-color css
<style>
span { border-color: #A175CD; }
span { border-color: rgb(161,117,205); }
td.TdClassName
{
border-color: #A175CD;
}
.TagClassName
{
border-color: #A175CD;
}
</style>