Shades of Amethyst #A252F0
Tints of Amethyst #A252F0
RGB
CMYK
RGB Variations
Color information
#A252F0 (or 0xA252F0) is known color: Amethyst. HEX triplet: A2, 52 and F0. RGB value is (162,82,240). Sum of RGB (Red+Green+Blue) = 162+82+240=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #A252F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A252F0 is #5DAD0F. Grayscale: #7B7B7B. Windows color (decimal): -6139152 or 15749794. OLE color: 15749794.
HSL color Cylindrical-coordinate representation of color #A252F0: hue angle of 270.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A252F0 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 82 | 240 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.06 |
| HSL | 270.38º | 0.84% | 0.63% | - |
| HSV(B) | 270.38º | 0.66% | 0.94% | - |
| XYZ | 33.65 | 20.01 | 84.53 | - |
| YUV | 123.93 | 193.5 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 82 | 240 | 0.32 | 0.66 | 0 | 0.06 | 270.38 | 0.84 | 0.63 |
| Hex | A2 | 52 | F0 | 20 | 42 | 0 | 6 | 10E | 54 | 3F |
| Octal | 242 | 122 | 360 | 40 | 102 | 0 | 6 | 416 | 124 | 77 |
| Binary | 10100010 | 1010010 | 11110000 | 100000 | 1000010 | 0 | 110 | 100001110 | 1010100 | 111111 |
Color Harmonies of #A252F0
Complementary color
Monochromatic Colors of #A252F0
Black with #A252F0
Text Example
Text Example
White with #A252F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A252F0; }
p { color: rgb(162,82,240); }
H1.HeaderClassName
{
color: #A252F0;
}
.AnyTagClassName
{
color: #A252F0;
}
</style>
background-color css
<style>
a { background-color: #A252F0; }
a { background-color: rgb(162,82,240); }
div.DivClassName
{
background-color: #A252F0;
}
.BgClassName
{
background-color: #A252F0;
}
</style>
border-color css
<style>
span { border-color: #A252F0; }
span { border-color: rgb(162,82,240); }
td.TdClassName
{
border-color: #A252F0;
}
.TagClassName
{
border-color: #A252F0;
}
</style>