Shades of Amethyst #A576CB
Tints of Amethyst #A576CB
RGB
CMYK
RGB Variations
Color information
#A576CB (or 0xA576CB) is known color: Amethyst. HEX triplet: A5, 76 and CB. RGB value is (165,118,203). Sum of RGB (Red+Green+Blue) = 165+118+203=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #A576CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576CB is #5A8934. Grayscale: #8D8D8D. Windows color (decimal): -5933365 or 13334181. OLE color: 13334181.
HSL color Cylindrical-coordinate representation of color #A576CB: hue angle of 273.18º degrees, saturation: 0.45, 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 #A576CB is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 118 | 203 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.20 |
| HSL | 273.18º | 0.45% | 0.63% | - |
| HSV(B) | 273.18º | 0.42% | 0.8% | - |
| XYZ | 32.77 | 25.27 | 59.65 | - |
| YUV | 141.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 118 | 203 | 0.19 | 0.42 | 0 | 0.20 | 273.18 | 0.45 | 0.63 |
| Hex | A5 | 76 | CB | 13 | 2A | 0 | 14 | 111 | 2D | 3F |
| Octal | 245 | 166 | 313 | 23 | 52 | 0 | 24 | 421 | 55 | 77 |
| Binary | 10100101 | 1110110 | 11001011 | 10011 | 101010 | 0 | 10100 | 100010001 | 101101 | 111111 |
Color Harmonies of #A576CB
Complementary color
Monochromatic Colors of #A576CB
Black with #A576CB
Text Example
Text Example
White with #A576CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A576CB; }
p { color: rgb(165,118,203); }
H1.HeaderClassName
{
color: #A576CB;
}
.AnyTagClassName
{
color: #A576CB;
}
</style>
background-color css
<style>
a { background-color: #A576CB; }
a { background-color: rgb(165,118,203); }
div.DivClassName
{
background-color: #A576CB;
}
.BgClassName
{
background-color: #A576CB;
}
</style>
border-color css
<style>
span { border-color: #A576CB; }
span { border-color: rgb(165,118,203); }
td.TdClassName
{
border-color: #A576CB;
}
.TagClassName
{
border-color: #A576CB;
}
</style>