Shades of Amethyst #A45ADC
Tints of Amethyst #A45ADC
RGB
CMYK
RGB Variations
Color information
#A45ADC (or 0xA45ADC) is known color: Amethyst. HEX triplet: A4, 5A and DC. RGB value is (164,90,220). Sum of RGB (Red+Green+Blue) = 164+90+220=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #A45ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45ADC is #5BA523. Grayscale: #7E7E7E. Windows color (decimal): -6006052 or 14441124. OLE color: 14441124.
HSL color Cylindrical-coordinate representation of color #A45ADC: hue angle of 274.15º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A45ADC is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 90 | 220 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.14 |
| HSL | 274.15º | 0.65% | 0.61% | - |
| HSV(B) | 274.15º | 0.59% | 0.86% | - |
| XYZ | 31.88 | 20.37 | 69.96 | - |
| YUV | 126.95 | 180.52 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 220 | 0.25 | 0.59 | 0 | 0.14 | 274.15 | 0.65 | 0.61 |
| Hex | A4 | 5A | DC | 19 | 3B | 0 | E | 112 | 41 | 3D |
| Octal | 244 | 132 | 334 | 31 | 73 | 0 | 16 | 422 | 101 | 75 |
| Binary | 10100100 | 1011010 | 11011100 | 11001 | 111011 | 0 | 1110 | 100010010 | 1000001 | 111101 |
Color Harmonies of #A45ADC
Complementary color
Monochromatic Colors of #A45ADC
Black with #A45ADC
Text Example
Text Example
White with #A45ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45ADC; }
p { color: rgb(164,90,220); }
H1.HeaderClassName
{
color: #A45ADC;
}
.AnyTagClassName
{
color: #A45ADC;
}
</style>
background-color css
<style>
a { background-color: #A45ADC; }
a { background-color: rgb(164,90,220); }
div.DivClassName
{
background-color: #A45ADC;
}
.BgClassName
{
background-color: #A45ADC;
}
</style>
border-color css
<style>
span { border-color: #A45ADC; }
span { border-color: rgb(164,90,220); }
td.TdClassName
{
border-color: #A45ADC;
}
.TagClassName
{
border-color: #A45ADC;
}
</style>