Shades of Amethyst #A576CC
Tints of Amethyst #A576CC
RGB
CMYK
RGB Variations
Color information
#A576CC (or 0xA576CC) is known color: Amethyst. HEX triplet: A5, 76 and CC. RGB value is (165,118,204). Sum of RGB (Red+Green+Blue) = 165+118+204=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #A576CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576CC is #5A8933. Grayscale: #8D8D8D. Windows color (decimal): -5933364 or 13399717. OLE color: 13399717.
HSL color Cylindrical-coordinate representation of color #A576CC: hue angle of 272.79º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A576CC is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 118 | 204 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.2 |
| HSL | 272.79º | 0.46% | 0.63% | - |
| HSV(B) | 272.79º | 0.42% | 0.8% | - |
| XYZ | 32.89 | 25.32 | 60.28 | - |
| YUV | 141.86 | 163.07 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 204 | 0.19 | 0.42 | 0 | 0.2 | 272.79 | 0.46 | 0.63 |
| Hex | A5 | 76 | CC | 13 | 2A | 0 | 14 | 111 | 2E | 3F |
| Octal | 245 | 166 | 314 | 23 | 52 | 0 | 24 | 421 | 56 | 77 |
| Binary | 10100101 | 1110110 | 11001100 | 10011 | 101010 | 0 | 10100 | 100010001 | 101110 | 111111 |
Color Harmonies of #A576CC
Complementary color
Monochromatic Colors of #A576CC
Black with #A576CC
Text Example
Text Example
White with #A576CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A576CC; }
p { color: rgb(165,118,204); }
H1.HeaderClassName
{
color: #A576CC;
}
.AnyTagClassName
{
color: #A576CC;
}
</style>
background-color css
<style>
a { background-color: #A576CC; }
a { background-color: rgb(165,118,204); }
div.DivClassName
{
background-color: #A576CC;
}
.BgClassName
{
background-color: #A576CC;
}
</style>
border-color css
<style>
span { border-color: #A576CC; }
span { border-color: rgb(165,118,204); }
td.TdClassName
{
border-color: #A576CC;
}
.TagClassName
{
border-color: #A576CC;
}
</style>