Shades of Amethyst #A26FC2
Tints of Amethyst #A26FC2
RGB
CMYK
RGB Variations
Color information
#A26FC2 (or 0xA26FC2) is known color: Amethyst. HEX triplet: A2, 6F and C2. RGB value is (162,111,194). Sum of RGB (Red+Green+Blue) = 162+111+194=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #A26FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26FC2 is #5D903D. Grayscale: #878787. Windows color (decimal): -6131774 or 12742562. OLE color: 12742562.
HSL color Cylindrical-coordinate representation of color #A26FC2: hue angle of 276.87º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A26FC2 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 111 | 194 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.24 |
| HSL | 276.87º | 0.4% | 0.6% | - |
| HSV(B) | 276.87º | 0.43% | 0.76% | - |
| XYZ | 30.32 | 22.95 | 53.87 | - |
| YUV | 135.71 | 160.9 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 194 | 0.16 | 0.43 | 0 | 0.24 | 276.87 | 0.4 | 0.6 |
| Hex | A2 | 6F | C2 | 10 | 2B | 0 | 18 | 115 | 28 | 3C |
| Octal | 242 | 157 | 302 | 20 | 53 | 0 | 30 | 425 | 50 | 74 |
| Binary | 10100010 | 1101111 | 11000010 | 10000 | 101011 | 0 | 11000 | 100010101 | 101000 | 111100 |
Color Harmonies of #A26FC2
Complementary color
Monochromatic Colors of #A26FC2
Black with #A26FC2
Text Example
Text Example
White with #A26FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26FC2; }
p { color: rgb(162,111,194); }
H1.HeaderClassName
{
color: #A26FC2;
}
.AnyTagClassName
{
color: #A26FC2;
}
</style>
background-color css
<style>
a { background-color: #A26FC2; }
a { background-color: rgb(162,111,194); }
div.DivClassName
{
background-color: #A26FC2;
}
.BgClassName
{
background-color: #A26FC2;
}
</style>
border-color css
<style>
span { border-color: #A26FC2; }
span { border-color: rgb(162,111,194); }
td.TdClassName
{
border-color: #A26FC2;
}
.TagClassName
{
border-color: #A26FC2;
}
</style>