Shades of Amethyst #A452DA
Tints of Amethyst #A452DA
RGB
CMYK
RGB Variations
Color information
#A452DA (or 0xA452DA) is known color: Amethyst. HEX triplet: A4, 52 and DA. RGB value is (164,82,218). Sum of RGB (Red+Green+Blue) = 164+82+218=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #A452DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A452DA is #5BAD25. Grayscale: #797979. Windows color (decimal): -6008102 or 14308004. OLE color: 14308004.
HSL color Cylindrical-coordinate representation of color #A452DA: hue angle of 276.18º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A452DA is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 82 | 218 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.15 |
| HSL | 276.18º | 0.65% | 0.59% | - |
| HSV(B) | 276.18º | 0.62% | 0.85% | - |
| XYZ | 30.98 | 18.99 | 68.36 | - |
| YUV | 122.02 | 182.17 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 218 | 0.25 | 0.62 | 0 | 0.15 | 276.18 | 0.65 | 0.59 |
| Hex | A4 | 52 | DA | 19 | 3E | 0 | F | 114 | 41 | 3B |
| Octal | 244 | 122 | 332 | 31 | 76 | 0 | 17 | 424 | 101 | 73 |
| Binary | 10100100 | 1010010 | 11011010 | 11001 | 111110 | 0 | 1111 | 100010100 | 1000001 | 111011 |
Color Harmonies of #A452DA
Complementary color
Monochromatic Colors of #A452DA
Black with #A452DA
Text Example
Text Example
White with #A452DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A452DA; }
p { color: rgb(164,82,218); }
H1.HeaderClassName
{
color: #A452DA;
}
.AnyTagClassName
{
color: #A452DA;
}
</style>
background-color css
<style>
a { background-color: #A452DA; }
a { background-color: rgb(164,82,218); }
div.DivClassName
{
background-color: #A452DA;
}
.BgClassName
{
background-color: #A452DA;
}
</style>
border-color css
<style>
span { border-color: #A452DA; }
span { border-color: rgb(164,82,218); }
td.TdClassName
{
border-color: #A452DA;
}
.TagClassName
{
border-color: #A452DA;
}
</style>