Shades of Amethyst #A976CB
Tints of Amethyst #A976CB
RGB
CMYK
RGB Variations
Color information
#A976CB (or 0xA976CB) is known color: Amethyst. HEX triplet: A9, 76 and CB. RGB value is (169,118,203). Sum of RGB (Red+Green+Blue) = 169+118+203=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #A976CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976CB is #568934. Grayscale: #8E8E8E. Windows color (decimal): -5671221 or 13334185. OLE color: 13334185.
HSL color Cylindrical-coordinate representation of color #A976CB: hue angle of 276º 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 #A976CB is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 118 | 203 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.20 |
| HSL | 276º | 0.45% | 0.63% | - |
| HSV(B) | 276º | 0.42% | 0.8% | - |
| XYZ | 33.62 | 25.7 | 59.69 | - |
| YUV | 142.94 | 161.9 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 203 | 0.17 | 0.42 | 0 | 0.20 | 276 | 0.45 | 0.63 |
| Hex | A9 | 76 | CB | 11 | 2A | 0 | 14 | 114 | 2D | 3F |
| Octal | 251 | 166 | 313 | 21 | 52 | 0 | 24 | 424 | 55 | 77 |
| Binary | 10101001 | 1110110 | 11001011 | 10001 | 101010 | 0 | 10100 | 100010100 | 101101 | 111111 |
Color Harmonies of #A976CB
Complementary color
Monochromatic Colors of #A976CB
Black with #A976CB
Text Example
Text Example
White with #A976CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A976CB; }
p { color: rgb(169,118,203); }
H1.HeaderClassName
{
color: #A976CB;
}
.AnyTagClassName
{
color: #A976CB;
}
</style>
background-color css
<style>
a { background-color: #A976CB; }
a { background-color: rgb(169,118,203); }
div.DivClassName
{
background-color: #A976CB;
}
.BgClassName
{
background-color: #A976CB;
}
</style>
border-color css
<style>
span { border-color: #A976CB; }
span { border-color: rgb(169,118,203); }
td.TdClassName
{
border-color: #A976CB;
}
.TagClassName
{
border-color: #A976CB;
}
</style>