Shades of Amethyst #A878D5
Tints of Amethyst #A878D5
RGB
CMYK
RGB Variations
Color information
#A878D5 (or 0xA878D5) is known color: Amethyst. HEX triplet: A8, 78 and D5. RGB value is (168,120,213). Sum of RGB (Red+Green+Blue) = 168+120+213=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #A878D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878D5 is #57872A. Grayscale: #909090. Windows color (decimal): -5736235 or 13990056. OLE color: 13990056.
HSL color Cylindrical-coordinate representation of color #A878D5: hue angle of 270.97º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A878D5 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 168 | 120 | 213 | - |
CMYK | 0.21 | 0.44 | 0 | 0.16 |
HSL | 270.97º | 0.53% | 0.65% | - |
HSV(B) | 270.97º | 0.44% | 0.84% | - |
XYZ | 34.88 | 26.56 | 66.24 | - |
YUV | 144.95 | 166.4 | 144.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 120 | 213 | 0.21 | 0.44 | 0 | 0.16 | 270.97 | 0.53 | 0.65 |
Hex | A8 | 78 | D5 | 15 | 2C | 0 | 10 | 10F | 35 | 41 |
Octal | 250 | 170 | 325 | 25 | 54 | 0 | 20 | 417 | 65 | 101 |
Binary | 10101000 | 1111000 | 11010101 | 10101 | 101100 | 0 | 10000 | 100001111 | 110101 | 1000001 |
Color Harmonies of #A878D5
Complementary color
Monochromatic Colors of #A878D5
Black with #A878D5
Text Example
Text Example
White with #A878D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878D5; }
p { color: rgb(168,120,213); }
H1.HeaderClassName
{
color: #A878D5;
}
.AnyTagClassName
{
color: #A878D5;
}
</style>
background-color css
<style>
a { background-color: #A878D5; }
a { background-color: rgb(168,120,213); }
div.DivClassName
{
background-color: #A878D5;
}
.BgClassName
{
background-color: #A878D5;
}
</style>
border-color css
<style>
span { border-color: #A878D5; }
span { border-color: rgb(168,120,213); }
td.TdClassName
{
border-color: #A878D5;
}
.TagClassName
{
border-color: #A878D5;
}
</style>