Shades of Amethyst #A778CB
Tints of Amethyst #A778CB
RGB
CMYK
RGB Variations
Color information
#A778CB (or 0xA778CB) is known color: Amethyst. HEX triplet: A7, 78 and CB. RGB value is (167,120,203). Sum of RGB (Red+Green+Blue) = 167+120+203=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 120 (47.27% from 255 or 24.49% 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 #A778CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778CB is #588734. Grayscale: #8F8F8F. Windows color (decimal): -5801781 or 13334695. OLE color: 13334695.
HSL color Cylindrical-coordinate representation of color #A778CB: hue angle of 273.98º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A778CB is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 120 | 203 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.20 |
| HSL | 273.98º | 0.44% | 0.63% | - |
| HSV(B) | 273.98º | 0.41% | 0.8% | - |
| XYZ | 33.43 | 25.96 | 59.75 | - |
| YUV | 143.52 | 161.57 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 120 | 203 | 0.18 | 0.41 | 0 | 0.20 | 273.98 | 0.44 | 0.63 |
| Hex | A7 | 78 | CB | 12 | 29 | 0 | 14 | 112 | 2C | 3F |
| Octal | 247 | 170 | 313 | 22 | 51 | 0 | 24 | 422 | 54 | 77 |
| Binary | 10100111 | 1111000 | 11001011 | 10010 | 101001 | 0 | 10100 | 100010010 | 101100 | 111111 |
Color Harmonies of #A778CB
Complementary color
Monochromatic Colors of #A778CB
Black with #A778CB
Text Example
Text Example
White with #A778CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A778CB; }
p { color: rgb(167,120,203); }
H1.HeaderClassName
{
color: #A778CB;
}
.AnyTagClassName
{
color: #A778CB;
}
</style>
background-color css
<style>
a { background-color: #A778CB; }
a { background-color: rgb(167,120,203); }
div.DivClassName
{
background-color: #A778CB;
}
.BgClassName
{
background-color: #A778CB;
}
</style>
border-color css
<style>
span { border-color: #A778CB; }
span { border-color: rgb(167,120,203); }
td.TdClassName
{
border-color: #A778CB;
}
.TagClassName
{
border-color: #A778CB;
}
</style>