Shades of Amethyst #A072CE
Tints of Amethyst #A072CE
RGB
CMYK
RGB Variations
Color information
#A072CE (or 0xA072CE) is known color: Amethyst. HEX triplet: A0, 72 and CE. RGB value is (160,114,206). Sum of RGB (Red+Green+Blue) = 160+114+206=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #A072CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072CE is #5F8D31. Grayscale: #898989. Windows color (decimal): -6262066 or 13529760. OLE color: 13529760.
HSL color Cylindrical-coordinate representation of color #A072CE: hue angle of 270º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A072CE is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 114 | 206 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.19 |
| HSL | 270º | 0.48% | 0.63% | - |
| HSV(B) | 270º | 0.45% | 0.81% | - |
| XYZ | 31.66 | 23.96 | 61.35 | - |
| YUV | 138.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 114 | 206 | 0.22 | 0.45 | 0 | 0.19 | 270 | 0.48 | 0.63 |
| Hex | A0 | 72 | CE | 16 | 2D | 0 | 13 | 10E | 30 | 3F |
| Octal | 240 | 162 | 316 | 26 | 55 | 0 | 23 | 416 | 60 | 77 |
| Binary | 10100000 | 1110010 | 11001110 | 10110 | 101101 | 0 | 10011 | 100001110 | 110000 | 111111 |
Color Harmonies of #A072CE
Complementary color
Monochromatic Colors of #A072CE
Black with #A072CE
Text Example
Text Example
White with #A072CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A072CE; }
p { color: rgb(160,114,206); }
H1.HeaderClassName
{
color: #A072CE;
}
.AnyTagClassName
{
color: #A072CE;
}
</style>
background-color css
<style>
a { background-color: #A072CE; }
a { background-color: rgb(160,114,206); }
div.DivClassName
{
background-color: #A072CE;
}
.BgClassName
{
background-color: #A072CE;
}
</style>
border-color css
<style>
span { border-color: #A072CE; }
span { border-color: rgb(160,114,206); }
td.TdClassName
{
border-color: #A072CE;
}
.TagClassName
{
border-color: #A072CE;
}
</style>