Shades of Amethyst #A266DB
Tints of Amethyst #A266DB
RGB
CMYK
RGB Variations
Color information
#A266DB (or 0xA266DB) is known color: Amethyst. HEX triplet: A2, 66 and DB. RGB value is (162,102,219). Sum of RGB (Red+Green+Blue) = 162+102+219=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #A266DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266DB is #5D9924. Grayscale: #848484. Windows color (decimal): -6134053 or 14378658. OLE color: 14378658.
HSL color Cylindrical-coordinate representation of color #A266DB: hue angle of 270.77º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A266DB is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 102 | 219 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.14 |
| HSL | 270.77º | 0.62% | 0.63% | - |
| HSV(B) | 270.77º | 0.53% | 0.86% | - |
| XYZ | 32.44 | 22.3 | 69.61 | - |
| YUV | 133.28 | 176.38 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 219 | 0.26 | 0.53 | 0 | 0.14 | 270.77 | 0.62 | 0.63 |
| Hex | A2 | 66 | DB | 1A | 35 | 0 | E | 10F | 3E | 3F |
| Octal | 242 | 146 | 333 | 32 | 65 | 0 | 16 | 417 | 76 | 77 |
| Binary | 10100010 | 1100110 | 11011011 | 11010 | 110101 | 0 | 1110 | 100001111 | 111110 | 111111 |
Color Harmonies of #A266DB
Complementary color
Monochromatic Colors of #A266DB
Black with #A266DB
Text Example
Text Example
White with #A266DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A266DB; }
p { color: rgb(162,102,219); }
H1.HeaderClassName
{
color: #A266DB;
}
.AnyTagClassName
{
color: #A266DB;
}
</style>
background-color css
<style>
a { background-color: #A266DB; }
a { background-color: rgb(162,102,219); }
div.DivClassName
{
background-color: #A266DB;
}
.BgClassName
{
background-color: #A266DB;
}
</style>
border-color css
<style>
span { border-color: #A266DB; }
span { border-color: rgb(162,102,219); }
td.TdClassName
{
border-color: #A266DB;
}
.TagClassName
{
border-color: #A266DB;
}
</style>