Shades of Amethyst #A26DBF
Tints of Amethyst #A26DBF
RGB
CMYK
RGB Variations
Color information
#A26DBF (or 0xA26DBF) is known color: Amethyst. HEX triplet: A2, 6D and BF. RGB value is (162,109,191). Sum of RGB (Red+Green+Blue) = 162+109+191=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #A26DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DBF is #5D9240. Grayscale: #858585. Windows color (decimal): -6132289 or 12545442. OLE color: 12545442.
HSL color Cylindrical-coordinate representation of color #A26DBF: hue angle of 278.78º degrees, saturation: 0.39, 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 #A26DBF is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 109 | 191 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.25 |
| HSL | 278.78º | 0.39% | 0.59% | - |
| HSV(B) | 278.78º | 0.43% | 0.75% | - |
| XYZ | 29.77 | 22.38 | 52.04 | - |
| YUV | 134.2 | 160.06 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 191 | 0.15 | 0.43 | 0 | 0.25 | 278.78 | 0.39 | 0.59 |
| Hex | A2 | 6D | BF | F | 2B | 0 | 19 | 117 | 27 | 3B |
| Octal | 242 | 155 | 277 | 17 | 53 | 0 | 31 | 427 | 47 | 73 |
| Binary | 10100010 | 1101101 | 10111111 | 1111 | 101011 | 0 | 11001 | 100010111 | 100111 | 111011 |
Color Harmonies of #A26DBF
Complementary color
Monochromatic Colors of #A26DBF
Black with #A26DBF
Text Example
Text Example
White with #A26DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26DBF; }
p { color: rgb(162,109,191); }
H1.HeaderClassName
{
color: #A26DBF;
}
.AnyTagClassName
{
color: #A26DBF;
}
</style>
background-color css
<style>
a { background-color: #A26DBF; }
a { background-color: rgb(162,109,191); }
div.DivClassName
{
background-color: #A26DBF;
}
.BgClassName
{
background-color: #A26DBF;
}
</style>
border-color css
<style>
span { border-color: #A26DBF; }
span { border-color: rgb(162,109,191); }
td.TdClassName
{
border-color: #A26DBF;
}
.TagClassName
{
border-color: #A26DBF;
}
</style>