Shades of Amethyst #A278D2
Tints of Amethyst #A278D2
RGB
CMYK
RGB Variations
Color information
#A278D2 (or 0xA278D2) is known color: Amethyst. HEX triplet: A2, 78 and D2. RGB value is (162,120,210). Sum of RGB (Red+Green+Blue) = 162+120+210=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #A278D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A278D2 is #5D872D. Grayscale: #8E8E8E. Windows color (decimal): -6129454 or 13793442. OLE color: 13793442.
HSL color Cylindrical-coordinate representation of color #A278D2: hue angle of 268º 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 #A278D2 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 120 | 210 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.18 |
| HSL | 268º | 0.5% | 0.65% | - |
| HSV(B) | 268º | 0.43% | 0.82% | - |
| XYZ | 33.25 | 25.77 | 64.19 | - |
| YUV | 142.82 | 165.91 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 210 | 0.23 | 0.43 | 0 | 0.18 | 268 | 0.5 | 0.65 |
| Hex | A2 | 78 | D2 | 17 | 2B | 0 | 12 | 10C | 32 | 41 |
| Octal | 242 | 170 | 322 | 27 | 53 | 0 | 22 | 414 | 62 | 101 |
| Binary | 10100010 | 1111000 | 11010010 | 10111 | 101011 | 0 | 10010 | 100001100 | 110010 | 1000001 |
Color Harmonies of #A278D2
Complementary color
Monochromatic Colors of #A278D2
Black with #A278D2
Text Example
Text Example
White with #A278D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A278D2; }
p { color: rgb(162,120,210); }
H1.HeaderClassName
{
color: #A278D2;
}
.AnyTagClassName
{
color: #A278D2;
}
</style>
background-color css
<style>
a { background-color: #A278D2; }
a { background-color: rgb(162,120,210); }
div.DivClassName
{
background-color: #A278D2;
}
.BgClassName
{
background-color: #A278D2;
}
</style>
border-color css
<style>
span { border-color: #A278D2; }
span { border-color: rgb(162,120,210); }
td.TdClassName
{
border-color: #A278D2;
}
.TagClassName
{
border-color: #A278D2;
}
</style>