Shades of Amethyst #A262DB
Tints of Amethyst #A262DB
RGB
CMYK
RGB Variations
Color information
#A262DB (or 0xA262DB) is known color: Amethyst. HEX triplet: A2, 62 and DB. RGB value is (162,98,219). Sum of RGB (Red+Green+Blue) = 162+98+219=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #A262DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262DB is #5D9D24. Grayscale: #828282. Windows color (decimal): -6135077 or 14377634. OLE color: 14377634.
HSL color Cylindrical-coordinate representation of color #A262DB: hue angle of 271.74º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A262DB is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 98 | 219 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.14 |
| HSL | 271.74º | 0.63% | 0.62% | - |
| HSV(B) | 271.74º | 0.55% | 0.86% | - |
| XYZ | 32.05 | 21.53 | 69.48 | - |
| YUV | 130.93 | 177.7 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 219 | 0.26 | 0.55 | 0 | 0.14 | 271.74 | 0.63 | 0.62 |
| Hex | A2 | 62 | DB | 1A | 37 | 0 | E | 110 | 3F | 3E |
| Octal | 242 | 142 | 333 | 32 | 67 | 0 | 16 | 420 | 77 | 76 |
| Binary | 10100010 | 1100010 | 11011011 | 11010 | 110111 | 0 | 1110 | 100010000 | 111111 | 111110 |
Color Harmonies of #A262DB
Complementary color
Monochromatic Colors of #A262DB
Black with #A262DB
Text Example
Text Example
White with #A262DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A262DB; }
p { color: rgb(162,98,219); }
H1.HeaderClassName
{
color: #A262DB;
}
.AnyTagClassName
{
color: #A262DB;
}
</style>
background-color css
<style>
a { background-color: #A262DB; }
a { background-color: rgb(162,98,219); }
div.DivClassName
{
background-color: #A262DB;
}
.BgClassName
{
background-color: #A262DB;
}
</style>
border-color css
<style>
span { border-color: #A262DB; }
span { border-color: rgb(162,98,219); }
td.TdClassName
{
border-color: #A262DB;
}
.TagClassName
{
border-color: #A262DB;
}
</style>