Shades of Amethyst #A072D2
Tints of Amethyst #A072D2
RGB
CMYK
RGB Variations
Color information
#A072D2 (or 0xA072D2) is known color: Amethyst. HEX triplet: A0, 72 and D2. RGB value is (160,114,210). Sum of RGB (Red+Green+Blue) = 160+114+210=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 210 - color contains mainly: blue. Hex color #A072D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072D2 is #5F8D2D. Grayscale: #8A8A8A. Windows color (decimal): -6262062 or 13791904. OLE color: 13791904.
HSL color Cylindrical-coordinate representation of color #A072D2: hue angle of 268.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A072D2 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 114 | 210 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.18 |
| HSL | 268.75º | 0.52% | 0.64% | - |
| HSV(B) | 268.75º | 0.46% | 0.82% | - |
| XYZ | 32.15 | 24.16 | 63.94 | - |
| YUV | 138.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 210 | 0.24 | 0.46 | 0 | 0.18 | 268.75 | 0.52 | 0.64 |
| Hex | A0 | 72 | D2 | 18 | 2E | 0 | 12 | 10D | 34 | 40 |
| Octal | 240 | 162 | 322 | 30 | 56 | 0 | 22 | 415 | 64 | 100 |
| Binary | 10100000 | 1110010 | 11010010 | 11000 | 101110 | 0 | 10010 | 100001101 | 110100 | 1000000 |
Color Harmonies of #A072D2
Complementary color
Monochromatic Colors of #A072D2
Black with #A072D2
Text Example
Text Example
White with #A072D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A072D2; }
p { color: rgb(160,114,210); }
H1.HeaderClassName
{
color: #A072D2;
}
.AnyTagClassName
{
color: #A072D2;
}
</style>
background-color css
<style>
a { background-color: #A072D2; }
a { background-color: rgb(160,114,210); }
div.DivClassName
{
background-color: #A072D2;
}
.BgClassName
{
background-color: #A072D2;
}
</style>
border-color css
<style>
span { border-color: #A072D2; }
span { border-color: rgb(160,114,210); }
td.TdClassName
{
border-color: #A072D2;
}
.TagClassName
{
border-color: #A072D2;
}
</style>