Shades of Amethyst #A252E8
Tints of Amethyst #A252E8
RGB
CMYK
RGB Variations
Color information
#A252E8 (or 0xA252E8) is known color: Amethyst. HEX triplet: A2, 52 and E8. RGB value is (162,82,232). Sum of RGB (Red+Green+Blue) = 162+82+232=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #A252E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A252E8 is #5DAD17. Grayscale: #7A7A7A. Windows color (decimal): -6139160 or 15225506. OLE color: 15225506.
HSL color Cylindrical-coordinate representation of color #A252E8: hue angle of 272º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A252E8 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 82 | 232 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.09 |
| HSL | 272º | 0.77% | 0.62% | - |
| HSV(B) | 272º | 0.65% | 0.91% | - |
| XYZ | 32.48 | 19.54 | 78.4 | - |
| YUV | 123.02 | 189.5 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 232 | 0.30 | 0.65 | 0 | 0.09 | 272 | 0.77 | 0.62 |
| Hex | A2 | 52 | E8 | 1E | 41 | 0 | 9 | 110 | 4D | 3E |
| Octal | 242 | 122 | 350 | 36 | 101 | 0 | 11 | 420 | 115 | 76 |
| Binary | 10100010 | 1010010 | 11101000 | 11110 | 1000001 | 0 | 1001 | 100010000 | 1001101 | 111110 |
Color Harmonies of #A252E8
Complementary color
Monochromatic Colors of #A252E8
Black with #A252E8
Text Example
Text Example
White with #A252E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A252E8; }
p { color: rgb(162,82,232); }
H1.HeaderClassName
{
color: #A252E8;
}
.AnyTagClassName
{
color: #A252E8;
}
</style>
background-color css
<style>
a { background-color: #A252E8; }
a { background-color: rgb(162,82,232); }
div.DivClassName
{
background-color: #A252E8;
}
.BgClassName
{
background-color: #A252E8;
}
</style>
border-color css
<style>
span { border-color: #A252E8; }
span { border-color: rgb(162,82,232); }
td.TdClassName
{
border-color: #A252E8;
}
.TagClassName
{
border-color: #A252E8;
}
</style>