Shades of Amethyst #A26BBD
Tints of Amethyst #A26BBD
RGB
CMYK
RGB Variations
Color information
#A26BBD (or 0xA26BBD) is known color: Amethyst. HEX triplet: A2, 6B and BD. RGB value is (162,107,189). Sum of RGB (Red+Green+Blue) = 162+107+189=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #A26BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BBD is #5D9442. Grayscale: #848484. Windows color (decimal): -6132803 or 12413858. OLE color: 12413858.
HSL color Cylindrical-coordinate representation of color #A26BBD: hue angle of 280.24º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A26BBD is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 107 | 189 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.26 |
| HSL | 280.24º | 0.38% | 0.58% | - |
| HSV(B) | 280.24º | 0.43% | 0.74% | - |
| XYZ | 29.34 | 21.87 | 50.82 | - |
| YUV | 132.79 | 159.72 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 189 | 0.14 | 0.43 | 0 | 0.26 | 280.24 | 0.38 | 0.58 |
| Hex | A2 | 6B | BD | E | 2B | 0 | 1A | 118 | 26 | 3A |
| Octal | 242 | 153 | 275 | 16 | 53 | 0 | 32 | 430 | 46 | 72 |
| Binary | 10100010 | 1101011 | 10111101 | 1110 | 101011 | 0 | 11010 | 100011000 | 100110 | 111010 |
Color Harmonies of #A26BBD
Complementary color
Monochromatic Colors of #A26BBD
Black with #A26BBD
Text Example
Text Example
White with #A26BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26BBD; }
p { color: rgb(162,107,189); }
H1.HeaderClassName
{
color: #A26BBD;
}
.AnyTagClassName
{
color: #A26BBD;
}
</style>
background-color css
<style>
a { background-color: #A26BBD; }
a { background-color: rgb(162,107,189); }
div.DivClassName
{
background-color: #A26BBD;
}
.BgClassName
{
background-color: #A26BBD;
}
</style>
border-color css
<style>
span { border-color: #A26BBD; }
span { border-color: rgb(162,107,189); }
td.TdClassName
{
border-color: #A26BBD;
}
.TagClassName
{
border-color: #A26BBD;
}
</style>