Shades of Amethyst #A55ADC
Tints of Amethyst #A55ADC
RGB
CMYK
RGB Variations
Color information
#A55ADC (or 0xA55ADC) is known color: Amethyst. HEX triplet: A5, 5A and DC. RGB value is (165,90,220). Sum of RGB (Red+Green+Blue) = 165+90+220=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #A55ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55ADC is #5AA523. Grayscale: #7E7E7E. Windows color (decimal): -5940516 or 14441125. OLE color: 14441125.
HSL color Cylindrical-coordinate representation of color #A55ADC: hue angle of 274.62º 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 #A55ADC is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 90 | 220 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.14 |
| HSL | 274.62º | 0.65% | 0.61% | - |
| HSV(B) | 274.62º | 0.59% | 0.86% | - |
| XYZ | 32.09 | 20.48 | 69.97 | - |
| YUV | 127.25 | 180.35 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 220 | 0.25 | 0.59 | 0 | 0.14 | 274.62 | 0.65 | 0.61 |
| Hex | A5 | 5A | DC | 19 | 3B | 0 | E | 113 | 41 | 3D |
| Octal | 245 | 132 | 334 | 31 | 73 | 0 | 16 | 423 | 101 | 75 |
| Binary | 10100101 | 1011010 | 11011100 | 11001 | 111011 | 0 | 1110 | 100010011 | 1000001 | 111101 |
Color Harmonies of #A55ADC
Complementary color
Monochromatic Colors of #A55ADC
Black with #A55ADC
Text Example
Text Example
White with #A55ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55ADC; }
p { color: rgb(165,90,220); }
H1.HeaderClassName
{
color: #A55ADC;
}
.AnyTagClassName
{
color: #A55ADC;
}
</style>
background-color css
<style>
a { background-color: #A55ADC; }
a { background-color: rgb(165,90,220); }
div.DivClassName
{
background-color: #A55ADC;
}
.BgClassName
{
background-color: #A55ADC;
}
</style>
border-color css
<style>
span { border-color: #A55ADC; }
span { border-color: rgb(165,90,220); }
td.TdClassName
{
border-color: #A55ADC;
}
.TagClassName
{
border-color: #A55ADC;
}
</style>