Shades of Amethyst #A574CA
Tints of Amethyst #A574CA
RGB
CMYK
RGB Variations
Color information
#A574CA (or 0xA574CA) is known color: Amethyst. HEX triplet: A5, 74 and CA. RGB value is (165,116,202). Sum of RGB (Red+Green+Blue) = 165+116+202=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 116 (45.70% from 255 or 24.02% 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 #A574CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574CA is #5A8B35. Grayscale: #8C8C8C. Windows color (decimal): -5933878 or 13268133. OLE color: 13268133.
HSL color Cylindrical-coordinate representation of color #A574CA: hue angle of 274.19º 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 #A574CA is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 116 | 202 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.21 |
| HSL | 274.19º | 0.45% | 0.62% | - |
| HSV(B) | 274.19º | 0.43% | 0.79% | - |
| XYZ | 32.42 | 24.75 | 58.95 | - |
| YUV | 140.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 116 | 202 | 0.18 | 0.43 | 0 | 0.21 | 274.19 | 0.45 | 0.62 |
| Hex | A5 | 74 | CA | 12 | 2B | 0 | 15 | 112 | 2D | 3E |
| Octal | 245 | 164 | 312 | 22 | 53 | 0 | 25 | 422 | 55 | 76 |
| Binary | 10100101 | 1110100 | 11001010 | 10010 | 101011 | 0 | 10101 | 100010010 | 101101 | 111110 |
Color Harmonies of #A574CA
Complementary color
Monochromatic Colors of #A574CA
Black with #A574CA
Text Example
Text Example
White with #A574CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A574CA; }
p { color: rgb(165,116,202); }
H1.HeaderClassName
{
color: #A574CA;
}
.AnyTagClassName
{
color: #A574CA;
}
</style>
background-color css
<style>
a { background-color: #A574CA; }
a { background-color: rgb(165,116,202); }
div.DivClassName
{
background-color: #A574CA;
}
.BgClassName
{
background-color: #A574CA;
}
</style>
border-color css
<style>
span { border-color: #A574CA; }
span { border-color: rgb(165,116,202); }
td.TdClassName
{
border-color: #A574CA;
}
.TagClassName
{
border-color: #A574CA;
}
</style>