Shades of Amethyst #A26BC4
Tints of Amethyst #A26BC4
RGB
CMYK
RGB Variations
Color information
#A26BC4 (or 0xA26BC4) is known color: Amethyst. HEX triplet: A2, 6B and C4. RGB value is (162,107,196). Sum of RGB (Red+Green+Blue) = 162+107+196=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #A26BC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BC4 is #5D943B. Grayscale: #858585. Windows color (decimal): -6132796 or 12872610. OLE color: 12872610.
HSL color Cylindrical-coordinate representation of color #A26BC4: hue angle of 277.08º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A26BC4 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 107 | 196 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.23 |
| HSL | 277.08º | 0.43% | 0.59% | - |
| HSV(B) | 277.08º | 0.45% | 0.77% | - |
| XYZ | 30.12 | 22.18 | 54.92 | - |
| YUV | 133.59 | 163.22 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 196 | 0.17 | 0.45 | 0 | 0.23 | 277.08 | 0.43 | 0.59 |
| Hex | A2 | 6B | C4 | 11 | 2D | 0 | 17 | 115 | 2B | 3B |
| Octal | 242 | 153 | 304 | 21 | 55 | 0 | 27 | 425 | 53 | 73 |
| Binary | 10100010 | 1101011 | 11000100 | 10001 | 101101 | 0 | 10111 | 100010101 | 101011 | 111011 |
Color Harmonies of #A26BC4
Complementary color
Monochromatic Colors of #A26BC4
Black with #A26BC4
Text Example
Text Example
White with #A26BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26BC4; }
p { color: rgb(162,107,196); }
H1.HeaderClassName
{
color: #A26BC4;
}
.AnyTagClassName
{
color: #A26BC4;
}
</style>
background-color css
<style>
a { background-color: #A26BC4; }
a { background-color: rgb(162,107,196); }
div.DivClassName
{
background-color: #A26BC4;
}
.BgClassName
{
background-color: #A26BC4;
}
</style>
border-color css
<style>
span { border-color: #A26BC4; }
span { border-color: rgb(162,107,196); }
td.TdClassName
{
border-color: #A26BC4;
}
.TagClassName
{
border-color: #A26BC4;
}
</style>