Shades of Amethyst #A26CC3
Tints of Amethyst #A26CC3
RGB
CMYK
RGB Variations
Color information
#A26CC3 (or 0xA26CC3) is known color: Amethyst. HEX triplet: A2, 6C and C3. RGB value is (162,108,195). Sum of RGB (Red+Green+Blue) = 162+108+195=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #A26CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CC3 is #5D933C. Grayscale: #858585. Windows color (decimal): -6132541 or 12807330. OLE color: 12807330.
HSL color Cylindrical-coordinate representation of color #A26CC3: hue angle of 277.24º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A26CC3 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 108 | 195 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.24 |
| HSL | 277.24º | 0.42% | 0.59% | - |
| HSV(B) | 277.24º | 0.45% | 0.76% | - |
| XYZ | 30.11 | 22.35 | 54.36 | - |
| YUV | 134.06 | 162.39 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 195 | 0.17 | 0.45 | 0 | 0.24 | 277.24 | 0.42 | 0.59 |
| Hex | A2 | 6C | C3 | 11 | 2D | 0 | 18 | 115 | 2A | 3B |
| Octal | 242 | 154 | 303 | 21 | 55 | 0 | 30 | 425 | 52 | 73 |
| Binary | 10100010 | 1101100 | 11000011 | 10001 | 101101 | 0 | 11000 | 100010101 | 101010 | 111011 |
Color Harmonies of #A26CC3
Complementary color
Monochromatic Colors of #A26CC3
Black with #A26CC3
Text Example
Text Example
White with #A26CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26CC3; }
p { color: rgb(162,108,195); }
H1.HeaderClassName
{
color: #A26CC3;
}
.AnyTagClassName
{
color: #A26CC3;
}
</style>
background-color css
<style>
a { background-color: #A26CC3; }
a { background-color: rgb(162,108,195); }
div.DivClassName
{
background-color: #A26CC3;
}
.BgClassName
{
background-color: #A26CC3;
}
</style>
border-color css
<style>
span { border-color: #A26CC3; }
span { border-color: rgb(162,108,195); }
td.TdClassName
{
border-color: #A26CC3;
}
.TagClassName
{
border-color: #A26CC3;
}
</style>