Shades of Amethyst #A455DD
Tints of Amethyst #A455DD
RGB
CMYK
RGB Variations
Color information
#A455DD (or 0xA455DD) is known color: Amethyst. HEX triplet: A4, 55 and DD. RGB value is (164,85,221). Sum of RGB (Red+Green+Blue) = 164+85+221=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #A455DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455DD is #5BAA22. Grayscale: #7B7B7B. Windows color (decimal): -6007331 or 14505380. OLE color: 14505380.
HSL color Cylindrical-coordinate representation of color #A455DD: hue angle of 274.85º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A455DD is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 85 | 221 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.13 |
| HSL | 274.85º | 0.67% | 0.6% | - |
| HSV(B) | 274.85º | 0.62% | 0.87% | - |
| XYZ | 31.61 | 19.61 | 70.53 | - |
| YUV | 124.13 | 182.67 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 221 | 0.26 | 0.62 | 0 | 0.13 | 274.85 | 0.67 | 0.6 |
| Hex | A4 | 55 | DD | 1A | 3E | 0 | D | 113 | 43 | 3C |
| Octal | 244 | 125 | 335 | 32 | 76 | 0 | 15 | 423 | 103 | 74 |
| Binary | 10100100 | 1010101 | 11011101 | 11010 | 111110 | 0 | 1101 | 100010011 | 1000011 | 111100 |
Color Harmonies of #A455DD
Complementary color
Monochromatic Colors of #A455DD
Black with #A455DD
Text Example
Text Example
White with #A455DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A455DD; }
p { color: rgb(164,85,221); }
H1.HeaderClassName
{
color: #A455DD;
}
.AnyTagClassName
{
color: #A455DD;
}
</style>
background-color css
<style>
a { background-color: #A455DD; }
a { background-color: rgb(164,85,221); }
div.DivClassName
{
background-color: #A455DD;
}
.BgClassName
{
background-color: #A455DD;
}
</style>
border-color css
<style>
span { border-color: #A455DD; }
span { border-color: rgb(164,85,221); }
td.TdClassName
{
border-color: #A455DD;
}
.TagClassName
{
border-color: #A455DD;
}
</style>