Shades of Amethyst #A170C4
Tints of Amethyst #A170C4
RGB
CMYK
RGB Variations
Color information
#A170C4 (or 0xA170C4) is known color: Amethyst. HEX triplet: A1, 70 and C4. RGB value is (161,112,196). Sum of RGB (Red+Green+Blue) = 161+112+196=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #A170C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170C4 is #5E8F3B. Grayscale: #878787. Windows color (decimal): -6197052 or 12873889. OLE color: 12873889.
HSL color Cylindrical-coordinate representation of color #A170C4: hue angle of 275º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A170C4 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 112 | 196 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.23 |
| HSL | 275º | 0.42% | 0.6% | - |
| HSV(B) | 275º | 0.43% | 0.77% | - |
| XYZ | 30.46 | 23.15 | 55.09 | - |
| YUV | 136.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 196 | 0.18 | 0.43 | 0 | 0.23 | 275 | 0.42 | 0.6 |
| Hex | A1 | 70 | C4 | 12 | 2B | 0 | 17 | 113 | 2A | 3C |
| Octal | 241 | 160 | 304 | 22 | 53 | 0 | 27 | 423 | 52 | 74 |
| Binary | 10100001 | 1110000 | 11000100 | 10010 | 101011 | 0 | 10111 | 100010011 | 101010 | 111100 |
Color Harmonies of #A170C4
Complementary color
Monochromatic Colors of #A170C4
Black with #A170C4
Text Example
Text Example
White with #A170C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A170C4; }
p { color: rgb(161,112,196); }
H1.HeaderClassName
{
color: #A170C4;
}
.AnyTagClassName
{
color: #A170C4;
}
</style>
background-color css
<style>
a { background-color: #A170C4; }
a { background-color: rgb(161,112,196); }
div.DivClassName
{
background-color: #A170C4;
}
.BgClassName
{
background-color: #A170C4;
}
</style>
border-color css
<style>
span { border-color: #A170C4; }
span { border-color: rgb(161,112,196); }
td.TdClassName
{
border-color: #A170C4;
}
.TagClassName
{
border-color: #A170C4;
}
</style>