Shades of Amethyst #A26DBE
Tints of Amethyst #A26DBE
RGB
CMYK
RGB Variations
Color information
#A26DBE (or 0xA26DBE) is known color: Amethyst. HEX triplet: A2, 6D and BE. RGB value is (162,109,190). Sum of RGB (Red+Green+Blue) = 162+109+190=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #A26DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DBE is #5D9241. Grayscale: #858585. Windows color (decimal): -6132290 or 12479906. OLE color: 12479906.
HSL color Cylindrical-coordinate representation of color #A26DBE: hue angle of 279.26º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A26DBE is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 109 | 190 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.25 |
| HSL | 279.26º | 0.38% | 0.59% | - |
| HSV(B) | 279.26º | 0.43% | 0.75% | - |
| XYZ | 29.66 | 22.34 | 51.46 | - |
| YUV | 134.08 | 159.56 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 190 | 0.15 | 0.43 | 0 | 0.25 | 279.26 | 0.38 | 0.59 |
| Hex | A2 | 6D | BE | F | 2B | 0 | 19 | 117 | 26 | 3B |
| Octal | 242 | 155 | 276 | 17 | 53 | 0 | 31 | 427 | 46 | 73 |
| Binary | 10100010 | 1101101 | 10111110 | 1111 | 101011 | 0 | 11001 | 100010111 | 100110 | 111011 |
Color Harmonies of #A26DBE
Complementary color
Monochromatic Colors of #A26DBE
Black with #A26DBE
Text Example
Text Example
White with #A26DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26DBE; }
p { color: rgb(162,109,190); }
H1.HeaderClassName
{
color: #A26DBE;
}
.AnyTagClassName
{
color: #A26DBE;
}
</style>
background-color css
<style>
a { background-color: #A26DBE; }
a { background-color: rgb(162,109,190); }
div.DivClassName
{
background-color: #A26DBE;
}
.BgClassName
{
background-color: #A26DBE;
}
</style>
border-color css
<style>
span { border-color: #A26DBE; }
span { border-color: rgb(162,109,190); }
td.TdClassName
{
border-color: #A26DBE;
}
.TagClassName
{
border-color: #A26DBE;
}
</style>