Shades of Amethyst #A258DD
Tints of Amethyst #A258DD
RGB
CMYK
RGB Variations
Color information
#A258DD (or 0xA258DD) is known color: Amethyst. HEX triplet: A2, 58 and DD. RGB value is (162,88,221). Sum of RGB (Red+Green+Blue) = 162+88+221=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #A258DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258DD is #5DA722. Grayscale: #7C7C7C. Windows color (decimal): -6137635 or 14506146. OLE color: 14506146.
HSL color Cylindrical-coordinate representation of color #A258DD: hue angle of 273.38º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A258DD is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 88 | 221 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.13 |
| HSL | 273.38º | 0.66% | 0.61% | - |
| HSV(B) | 273.38º | 0.6% | 0.87% | - |
| XYZ | 31.44 | 19.88 | 70.59 | - |
| YUV | 125.29 | 182.02 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 221 | 0.27 | 0.60 | 0 | 0.13 | 273.38 | 0.66 | 0.61 |
| Hex | A2 | 58 | DD | 1B | 3C | 0 | D | 111 | 42 | 3D |
| Octal | 242 | 130 | 335 | 33 | 74 | 0 | 15 | 421 | 102 | 75 |
| Binary | 10100010 | 1011000 | 11011101 | 11011 | 111100 | 0 | 1101 | 100010001 | 1000010 | 111101 |
Color Harmonies of #A258DD
Complementary color
Monochromatic Colors of #A258DD
Black with #A258DD
Text Example
Text Example
White with #A258DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A258DD; }
p { color: rgb(162,88,221); }
H1.HeaderClassName
{
color: #A258DD;
}
.AnyTagClassName
{
color: #A258DD;
}
</style>
background-color css
<style>
a { background-color: #A258DD; }
a { background-color: rgb(162,88,221); }
div.DivClassName
{
background-color: #A258DD;
}
.BgClassName
{
background-color: #A258DD;
}
</style>
border-color css
<style>
span { border-color: #A258DD; }
span { border-color: rgb(162,88,221); }
td.TdClassName
{
border-color: #A258DD;
}
.TagClassName
{
border-color: #A258DD;
}
</style>