Shades of Amethyst #A255D7
Tints of Amethyst #A255D7
RGB
CMYK
RGB Variations
Color information
#A255D7 (or 0xA255D7) is known color: Amethyst. HEX triplet: A2, 55 and D7. RGB value is (162,85,215). Sum of RGB (Red+Green+Blue) = 162+85+215=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #A255D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255D7 is #5DAA28. Grayscale: #7A7A7A. Windows color (decimal): -6138409 or 14112162. OLE color: 14112162.
HSL color Cylindrical-coordinate representation of color #A255D7: hue angle of 275.54º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A255D7 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 85 | 215 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.16 |
| HSL | 275.54º | 0.62% | 0.59% | - |
| HSV(B) | 275.54º | 0.6% | 0.84% | - |
| XYZ | 30.41 | 19.08 | 66.37 | - |
| YUV | 122.84 | 180.01 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 215 | 0.25 | 0.60 | 0 | 0.16 | 275.54 | 0.62 | 0.59 |
| Hex | A2 | 55 | D7 | 19 | 3C | 0 | 10 | 114 | 3E | 3B |
| Octal | 242 | 125 | 327 | 31 | 74 | 0 | 20 | 424 | 76 | 73 |
| Binary | 10100010 | 1010101 | 11010111 | 11001 | 111100 | 0 | 10000 | 100010100 | 111110 | 111011 |
Color Harmonies of #A255D7
Complementary color
Monochromatic Colors of #A255D7
Black with #A255D7
Text Example
Text Example
White with #A255D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A255D7; }
p { color: rgb(162,85,215); }
H1.HeaderClassName
{
color: #A255D7;
}
.AnyTagClassName
{
color: #A255D7;
}
</style>
background-color css
<style>
a { background-color: #A255D7; }
a { background-color: rgb(162,85,215); }
div.DivClassName
{
background-color: #A255D7;
}
.BgClassName
{
background-color: #A255D7;
}
</style>
border-color css
<style>
span { border-color: #A255D7; }
span { border-color: rgb(162,85,215); }
td.TdClassName
{
border-color: #A255D7;
}
.TagClassName
{
border-color: #A255D7;
}
</style>