Shades of Amethyst #A051D7
Tints of Amethyst #A051D7
RGB
CMYK
RGB Variations
Color information
#A051D7 (or 0xA051D7) is known color: Amethyst. HEX triplet: A0, 51 and D7. RGB value is (160,81,215). Sum of RGB (Red+Green+Blue) = 160+81+215=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #A051D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051D7 is #5FAE28. Grayscale: #777777. Windows color (decimal): -6270505 or 14111136. OLE color: 14111136.
HSL color Cylindrical-coordinate representation of color #A051D7: hue angle of 275.37º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A051D7 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 81 | 215 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.16 |
| HSL | 275.37º | 0.63% | 0.58% | - |
| HSV(B) | 275.37º | 0.62% | 0.84% | - |
| XYZ | 29.71 | 18.26 | 66.25 | - |
| YUV | 119.9 | 181.67 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 81 | 215 | 0.26 | 0.62 | 0 | 0.16 | 275.37 | 0.63 | 0.58 |
| Hex | A0 | 51 | D7 | 1A | 3E | 0 | 10 | 113 | 3F | 3A |
| Octal | 240 | 121 | 327 | 32 | 76 | 0 | 20 | 423 | 77 | 72 |
| Binary | 10100000 | 1010001 | 11010111 | 11010 | 111110 | 0 | 10000 | 100010011 | 111111 | 111010 |
Color Harmonies of #A051D7
Complementary color
Monochromatic Colors of #A051D7
Black with #A051D7
Text Example
Text Example
White with #A051D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A051D7; }
p { color: rgb(160,81,215); }
H1.HeaderClassName
{
color: #A051D7;
}
.AnyTagClassName
{
color: #A051D7;
}
</style>
background-color css
<style>
a { background-color: #A051D7; }
a { background-color: rgb(160,81,215); }
div.DivClassName
{
background-color: #A051D7;
}
.BgClassName
{
background-color: #A051D7;
}
</style>
border-color css
<style>
span { border-color: #A051D7; }
span { border-color: rgb(160,81,215); }
td.TdClassName
{
border-color: #A051D7;
}
.TagClassName
{
border-color: #A051D7;
}
</style>