Shades of Amethyst #A878CB
Tints of Amethyst #A878CB
RGB
CMYK
RGB Variations
Color information
#A878CB (or 0xA878CB) is known color: Amethyst. HEX triplet: A8, 78 and CB. RGB value is (168,120,203). Sum of RGB (Red+Green+Blue) = 168+120+203=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #A878CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878CB is #578734. Grayscale: #8F8F8F. Windows color (decimal): -5736245 or 13334696. OLE color: 13334696.
HSL color Cylindrical-coordinate representation of color #A878CB: hue angle of 274.7º 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 #A878CB is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 120 | 203 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.20 |
| HSL | 274.7º | 0.44% | 0.63% | - |
| HSV(B) | 274.7º | 0.41% | 0.8% | - |
| XYZ | 33.64 | 26.07 | 59.76 | - |
| YUV | 143.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 203 | 0.17 | 0.41 | 0 | 0.20 | 274.7 | 0.44 | 0.63 |
| Hex | A8 | 78 | CB | 11 | 29 | 0 | 14 | 113 | 2C | 3F |
| Octal | 250 | 170 | 313 | 21 | 51 | 0 | 24 | 423 | 54 | 77 |
| Binary | 10101000 | 1111000 | 11001011 | 10001 | 101001 | 0 | 10100 | 100010011 | 101100 | 111111 |
Color Harmonies of #A878CB
Complementary color
Monochromatic Colors of #A878CB
Black with #A878CB
Text Example
Text Example
White with #A878CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878CB; }
p { color: rgb(168,120,203); }
H1.HeaderClassName
{
color: #A878CB;
}
.AnyTagClassName
{
color: #A878CB;
}
</style>
background-color css
<style>
a { background-color: #A878CB; }
a { background-color: rgb(168,120,203); }
div.DivClassName
{
background-color: #A878CB;
}
.BgClassName
{
background-color: #A878CB;
}
</style>
border-color css
<style>
span { border-color: #A878CB; }
span { border-color: rgb(168,120,203); }
td.TdClassName
{
border-color: #A878CB;
}
.TagClassName
{
border-color: #A878CB;
}
</style>