Shades of Amethyst #A970CA
Tints of Amethyst #A970CA
RGB
CMYK
RGB Variations
Color information
#A970CA (or 0xA970CA) is known color: Amethyst. HEX triplet: A9, 70 and CA. RGB value is (169,112,202). Sum of RGB (Red+Green+Blue) = 169+112+202=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #A970CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970CA is #568F35. Grayscale: #8B8B8B. Windows color (decimal): -5672758 or 13267113. OLE color: 13267113.
HSL color Cylindrical-coordinate representation of color #A970CA: hue angle of 278º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A970CA is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 112 | 202 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.21 |
| HSL | 278º | 0.46% | 0.62% | - |
| HSV(B) | 278º | 0.45% | 0.79% | - |
| XYZ | 32.82 | 24.29 | 58.84 | - |
| YUV | 139.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 202 | 0.16 | 0.45 | 0 | 0.21 | 278 | 0.46 | 0.62 |
| Hex | A9 | 70 | CA | 10 | 2D | 0 | 15 | 116 | 2E | 3E |
| Octal | 251 | 160 | 312 | 20 | 55 | 0 | 25 | 426 | 56 | 76 |
| Binary | 10101001 | 1110000 | 11001010 | 10000 | 101101 | 0 | 10101 | 100010110 | 101110 | 111110 |
Color Harmonies of #A970CA
Complementary color
Monochromatic Colors of #A970CA
Black with #A970CA
Text Example
Text Example
White with #A970CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970CA; }
p { color: rgb(169,112,202); }
H1.HeaderClassName
{
color: #A970CA;
}
.AnyTagClassName
{
color: #A970CA;
}
</style>
background-color css
<style>
a { background-color: #A970CA; }
a { background-color: rgb(169,112,202); }
div.DivClassName
{
background-color: #A970CA;
}
.BgClassName
{
background-color: #A970CA;
}
</style>
border-color css
<style>
span { border-color: #A970CA; }
span { border-color: rgb(169,112,202); }
td.TdClassName
{
border-color: #A970CA;
}
.TagClassName
{
border-color: #A970CA;
}
</style>