Shades of Amethyst #A26CC9
Tints of Amethyst #A26CC9
RGB
CMYK
RGB Variations
Color information
#A26CC9 (or 0xA26CC9) is known color: Amethyst. HEX triplet: A2, 6C and C9. RGB value is (162,108,201). Sum of RGB (Red+Green+Blue) = 162+108+201=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #A26CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CC9 is #5D9336. Grayscale: #868686. Windows color (decimal): -6132535 or 13200546. OLE color: 13200546.
HSL color Cylindrical-coordinate representation of color #A26CC9: hue angle of 274.84º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A26CC9 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 108 | 201 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.21 |
| HSL | 274.84º | 0.46% | 0.61% | - |
| HSV(B) | 274.84º | 0.46% | 0.79% | - |
| XYZ | 30.81 | 22.62 | 58 | - |
| YUV | 134.75 | 165.39 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 201 | 0.19 | 0.46 | 0 | 0.21 | 274.84 | 0.46 | 0.61 |
| Hex | A2 | 6C | C9 | 13 | 2E | 0 | 15 | 113 | 2E | 3D |
| Octal | 242 | 154 | 311 | 23 | 56 | 0 | 25 | 423 | 56 | 75 |
| Binary | 10100010 | 1101100 | 11001001 | 10011 | 101110 | 0 | 10101 | 100010011 | 101110 | 111101 |
Color Harmonies of #A26CC9
Complementary color
Monochromatic Colors of #A26CC9
Black with #A26CC9
Text Example
Text Example
White with #A26CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26CC9; }
p { color: rgb(162,108,201); }
H1.HeaderClassName
{
color: #A26CC9;
}
.AnyTagClassName
{
color: #A26CC9;
}
</style>
background-color css
<style>
a { background-color: #A26CC9; }
a { background-color: rgb(162,108,201); }
div.DivClassName
{
background-color: #A26CC9;
}
.BgClassName
{
background-color: #A26CC9;
}
</style>
border-color css
<style>
span { border-color: #A26CC9; }
span { border-color: rgb(162,108,201); }
td.TdClassName
{
border-color: #A26CC9;
}
.TagClassName
{
border-color: #A26CC9;
}
</style>