Shades of Amethyst #A974CA
Tints of Amethyst #A974CA
RGB
CMYK
RGB Variations
Color information
#A974CA (or 0xA974CA) is known color: Amethyst. HEX triplet: A9, 74 and CA. RGB value is (169,116,202). Sum of RGB (Red+Green+Blue) = 169+116+202=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #A974CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A974CA is #568B35. Grayscale: #8D8D8D. Windows color (decimal): -5671734 or 13268137. OLE color: 13268137.
HSL color Cylindrical-coordinate representation of color #A974CA: hue angle of 276.98º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A974CA is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 116 | 202 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.21 |
| HSL | 276.98º | 0.45% | 0.62% | - |
| HSV(B) | 276.98º | 0.43% | 0.79% | - |
| XYZ | 33.27 | 25.19 | 58.99 | - |
| YUV | 141.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 116 | 202 | 0.16 | 0.43 | 0 | 0.21 | 276.98 | 0.45 | 0.62 |
| Hex | A9 | 74 | CA | 10 | 2B | 0 | 15 | 115 | 2D | 3E |
| Octal | 251 | 164 | 312 | 20 | 53 | 0 | 25 | 425 | 55 | 76 |
| Binary | 10101001 | 1110100 | 11001010 | 10000 | 101011 | 0 | 10101 | 100010101 | 101101 | 111110 |
Color Harmonies of #A974CA
Complementary color
Monochromatic Colors of #A974CA
Black with #A974CA
Text Example
Text Example
White with #A974CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A974CA; }
p { color: rgb(169,116,202); }
H1.HeaderClassName
{
color: #A974CA;
}
.AnyTagClassName
{
color: #A974CA;
}
</style>
background-color css
<style>
a { background-color: #A974CA; }
a { background-color: rgb(169,116,202); }
div.DivClassName
{
background-color: #A974CA;
}
.BgClassName
{
background-color: #A974CA;
}
</style>
border-color css
<style>
span { border-color: #A974CA; }
span { border-color: rgb(169,116,202); }
td.TdClassName
{
border-color: #A974CA;
}
.TagClassName
{
border-color: #A974CA;
}
</style>