Shades of Amethyst #A453DC
Tints of Amethyst #A453DC
RGB
CMYK
RGB Variations
Color information
#A453DC (or 0xA453DC) is known color: Amethyst. HEX triplet: A4, 53 and DC. RGB value is (164,83,220). Sum of RGB (Red+Green+Blue) = 164+83+220=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #A453DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A453DC is #5BAC23. Grayscale: #7A7A7A. Windows color (decimal): -6007844 or 14439332. OLE color: 14439332.
HSL color Cylindrical-coordinate representation of color #A453DC: hue angle of 275.47º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A453DC is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 83 | 220 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.14 |
| HSL | 275.47º | 0.66% | 0.59% | - |
| HSV(B) | 275.47º | 0.62% | 0.86% | - |
| XYZ | 31.32 | 19.25 | 69.77 | - |
| YUV | 122.84 | 182.84 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 83 | 220 | 0.25 | 0.62 | 0 | 0.14 | 275.47 | 0.66 | 0.59 |
| Hex | A4 | 53 | DC | 19 | 3E | 0 | E | 113 | 42 | 3B |
| Octal | 244 | 123 | 334 | 31 | 76 | 0 | 16 | 423 | 102 | 73 |
| Binary | 10100100 | 1010011 | 11011100 | 11001 | 111110 | 0 | 1110 | 100010011 | 1000010 | 111011 |
Color Harmonies of #A453DC
Complementary color
Monochromatic Colors of #A453DC
Black with #A453DC
Text Example
Text Example
White with #A453DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A453DC; }
p { color: rgb(164,83,220); }
H1.HeaderClassName
{
color: #A453DC;
}
.AnyTagClassName
{
color: #A453DC;
}
</style>
background-color css
<style>
a { background-color: #A453DC; }
a { background-color: rgb(164,83,220); }
div.DivClassName
{
background-color: #A453DC;
}
.BgClassName
{
background-color: #A453DC;
}
</style>
border-color css
<style>
span { border-color: #A453DC; }
span { border-color: rgb(164,83,220); }
td.TdClassName
{
border-color: #A453DC;
}
.TagClassName
{
border-color: #A453DC;
}
</style>