Shades of Amethyst #A258DB
Tints of Amethyst #A258DB
RGB
CMYK
RGB Variations
Color information
#A258DB (or 0xA258DB) is known color: Amethyst. HEX triplet: A2, 58 and DB. RGB value is (162,88,219). Sum of RGB (Red+Green+Blue) = 162+88+219=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #A258DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258DB is #5DA724. Grayscale: #7C7C7C. Windows color (decimal): -6137637 or 14375074. OLE color: 14375074.
HSL color Cylindrical-coordinate representation of color #A258DB: hue angle of 273.89º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A258DB is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 88 | 219 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.14 |
| HSL | 273.89º | 0.65% | 0.6% | - |
| HSV(B) | 273.89º | 0.6% | 0.86% | - |
| XYZ | 31.18 | 19.78 | 69.19 | - |
| YUV | 125.06 | 181.02 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 219 | 0.26 | 0.60 | 0 | 0.14 | 273.89 | 0.65 | 0.6 |
| Hex | A2 | 58 | DB | 1A | 3C | 0 | E | 112 | 41 | 3C |
| Octal | 242 | 130 | 333 | 32 | 74 | 0 | 16 | 422 | 101 | 74 |
| Binary | 10100010 | 1011000 | 11011011 | 11010 | 111100 | 0 | 1110 | 100010010 | 1000001 | 111100 |
Color Harmonies of #A258DB
Complementary color
Monochromatic Colors of #A258DB
Black with #A258DB
Text Example
Text Example
White with #A258DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A258DB; }
p { color: rgb(162,88,219); }
H1.HeaderClassName
{
color: #A258DB;
}
.AnyTagClassName
{
color: #A258DB;
}
</style>
background-color css
<style>
a { background-color: #A258DB; }
a { background-color: rgb(162,88,219); }
div.DivClassName
{
background-color: #A258DB;
}
.BgClassName
{
background-color: #A258DB;
}
</style>
border-color css
<style>
span { border-color: #A258DB; }
span { border-color: rgb(162,88,219); }
td.TdClassName
{
border-color: #A258DB;
}
.TagClassName
{
border-color: #A258DB;
}
</style>