Shades of Amethyst #A452DC
Tints of Amethyst #A452DC
RGB
CMYK
RGB Variations
Color information
#A452DC (or 0xA452DC) is known color: Amethyst. HEX triplet: A4, 52 and DC. RGB value is (164,82,220). Sum of RGB (Red+Green+Blue) = 164+82+220=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #A452DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A452DC is #5BAD23. Grayscale: #797979. Windows color (decimal): -6008100 or 14439076. OLE color: 14439076.
HSL color Cylindrical-coordinate representation of color #A452DC: hue angle of 275.65º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A452DC is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 82 | 220 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.14 |
| HSL | 275.65º | 0.66% | 0.59% | - |
| HSV(B) | 275.65º | 0.63% | 0.86% | - |
| XYZ | 31.25 | 19.09 | 69.75 | - |
| YUV | 122.25 | 183.17 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 82 | 220 | 0.25 | 0.63 | 0 | 0.14 | 275.65 | 0.66 | 0.59 |
| Hex | A4 | 52 | DC | 19 | 3F | 0 | E | 114 | 42 | 3B |
| Octal | 244 | 122 | 334 | 31 | 77 | 0 | 16 | 424 | 102 | 73 |
| Binary | 10100100 | 1010010 | 11011100 | 11001 | 111111 | 0 | 1110 | 100010100 | 1000010 | 111011 |
Color Harmonies of #A452DC
Complementary color
Monochromatic Colors of #A452DC
Black with #A452DC
Text Example
Text Example
White with #A452DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A452DC; }
p { color: rgb(164,82,220); }
H1.HeaderClassName
{
color: #A452DC;
}
.AnyTagClassName
{
color: #A452DC;
}
</style>
background-color css
<style>
a { background-color: #A452DC; }
a { background-color: rgb(164,82,220); }
div.DivClassName
{
background-color: #A452DC;
}
.BgClassName
{
background-color: #A452DC;
}
</style>
border-color css
<style>
span { border-color: #A452DC; }
span { border-color: rgb(164,82,220); }
td.TdClassName
{
border-color: #A452DC;
}
.TagClassName
{
border-color: #A452DC;
}
</style>