Shades of Amethyst #A255DD
Tints of Amethyst #A255DD
RGB
CMYK
RGB Variations
Color information
#A255DD (or 0xA255DD) is known color: Amethyst. HEX triplet: A2, 55 and DD. RGB value is (162,85,221). Sum of RGB (Red+Green+Blue) = 162+85+221=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #A255DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255DD is #5DAA22. Grayscale: #7B7B7B. Windows color (decimal): -6138403 or 14505378. OLE color: 14505378.
HSL color Cylindrical-coordinate representation of color #A255DD: hue angle of 273.97º 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 #A255DD is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 85 | 221 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.13 |
| HSL | 273.97º | 0.67% | 0.6% | - |
| HSV(B) | 273.97º | 0.62% | 0.87% | - |
| XYZ | 31.2 | 19.4 | 70.51 | - |
| YUV | 123.53 | 183.01 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 221 | 0.27 | 0.62 | 0 | 0.13 | 273.97 | 0.67 | 0.6 |
| Hex | A2 | 55 | DD | 1B | 3E | 0 | D | 112 | 43 | 3C |
| Octal | 242 | 125 | 335 | 33 | 76 | 0 | 15 | 422 | 103 | 74 |
| Binary | 10100010 | 1010101 | 11011101 | 11011 | 111110 | 0 | 1101 | 100010010 | 1000011 | 111100 |
Color Harmonies of #A255DD
Complementary color
Monochromatic Colors of #A255DD
Black with #A255DD
Text Example
Text Example
White with #A255DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A255DD; }
p { color: rgb(162,85,221); }
H1.HeaderClassName
{
color: #A255DD;
}
.AnyTagClassName
{
color: #A255DD;
}
</style>
background-color css
<style>
a { background-color: #A255DD; }
a { background-color: rgb(162,85,221); }
div.DivClassName
{
background-color: #A255DD;
}
.BgClassName
{
background-color: #A255DD;
}
</style>
border-color css
<style>
span { border-color: #A255DD; }
span { border-color: rgb(162,85,221); }
td.TdClassName
{
border-color: #A255DD;
}
.TagClassName
{
border-color: #A255DD;
}
</style>