Shades of Amethyst #A573CA
Tints of Amethyst #A573CA
RGB
CMYK
RGB Variations
Color information
#A573CA (or 0xA573CA) is known color: Amethyst. HEX triplet: A5, 73 and CA. RGB value is (165,115,202). Sum of RGB (Red+Green+Blue) = 165+115+202=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #A573CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573CA is #5A8C35. Grayscale: #8B8B8B. Windows color (decimal): -5934134 or 13267877. OLE color: 13267877.
HSL color Cylindrical-coordinate representation of color #A573CA: hue angle of 274.48º 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 #A573CA is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 115 | 202 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.21 |
| HSL | 274.48º | 0.45% | 0.62% | - |
| HSV(B) | 274.48º | 0.43% | 0.79% | - |
| XYZ | 32.31 | 24.53 | 58.91 | - |
| YUV | 139.87 | 163.07 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 115 | 202 | 0.18 | 0.43 | 0 | 0.21 | 274.48 | 0.45 | 0.62 |
| Hex | A5 | 73 | CA | 12 | 2B | 0 | 15 | 112 | 2D | 3E |
| Octal | 245 | 163 | 312 | 22 | 53 | 0 | 25 | 422 | 55 | 76 |
| Binary | 10100101 | 1110011 | 11001010 | 10010 | 101011 | 0 | 10101 | 100010010 | 101101 | 111110 |
Color Harmonies of #A573CA
Complementary color
Monochromatic Colors of #A573CA
Black with #A573CA
Text Example
Text Example
White with #A573CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A573CA; }
p { color: rgb(165,115,202); }
H1.HeaderClassName
{
color: #A573CA;
}
.AnyTagClassName
{
color: #A573CA;
}
</style>
background-color css
<style>
a { background-color: #A573CA; }
a { background-color: rgb(165,115,202); }
div.DivClassName
{
background-color: #A573CA;
}
.BgClassName
{
background-color: #A573CA;
}
</style>
border-color css
<style>
span { border-color: #A573CA; }
span { border-color: rgb(165,115,202); }
td.TdClassName
{
border-color: #A573CA;
}
.TagClassName
{
border-color: #A573CA;
}
</style>