Shades of Amethyst #A878D2
Tints of Amethyst #A878D2
RGB
CMYK
RGB Variations
Color information
#A878D2 (or 0xA878D2) is known color: Amethyst. HEX triplet: A8, 78 and D2. RGB value is (168,120,210). Sum of RGB (Red+Green+Blue) = 168+120+210=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 210 - color contains mainly: blue. Hex color #A878D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878D2 is #57872D. Grayscale: #909090. Windows color (decimal): -5736238 or 13793448. OLE color: 13793448.
HSL color Cylindrical-coordinate representation of color #A878D2: hue angle of 272º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A878D2 is Cyan = 0.2, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 120 | 210 | - |
| CMYK | 0.2 | 0.43 | 0 | 0.18 |
| HSL | 272º | 0.5% | 0.65% | - |
| HSV(B) | 272º | 0.43% | 0.82% | - |
| XYZ | 34.5 | 26.41 | 64.25 | - |
| YUV | 144.61 | 164.9 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 210 | 0.2 | 0.43 | 0 | 0.18 | 272 | 0.5 | 0.65 |
| Hex | A8 | 78 | D2 | 14 | 2B | 0 | 12 | 110 | 32 | 41 |
| Octal | 250 | 170 | 322 | 24 | 53 | 0 | 22 | 420 | 62 | 101 |
| Binary | 10101000 | 1111000 | 11010010 | 10100 | 101011 | 0 | 10010 | 100010000 | 110010 | 1000001 |
Color Harmonies of #A878D2
Complementary color
Monochromatic Colors of #A878D2
Black with #A878D2
Text Example
Text Example
White with #A878D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A878D2; }
p { color: rgb(168,120,210); }
H1.HeaderClassName
{
color: #A878D2;
}
.AnyTagClassName
{
color: #A878D2;
}
</style>
background-color css
<style>
a { background-color: #A878D2; }
a { background-color: rgb(168,120,210); }
div.DivClassName
{
background-color: #A878D2;
}
.BgClassName
{
background-color: #A878D2;
}
</style>
border-color css
<style>
span { border-color: #A878D2; }
span { border-color: rgb(168,120,210); }
td.TdClassName
{
border-color: #A878D2;
}
.TagClassName
{
border-color: #A878D2;
}
</style>