Shades of Amethyst #A26ACC
Tints of Amethyst #A26ACC
RGB
CMYK
RGB Variations
Color information
#A26ACC (or 0xA26ACC) is known color: Amethyst. HEX triplet: A2, 6A and CC. RGB value is (162,106,204). Sum of RGB (Red+Green+Blue) = 162+106+204=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #A26ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ACC is #5D9533. Grayscale: #858585. Windows color (decimal): -6133044 or 13396642. OLE color: 13396642.
HSL color Cylindrical-coordinate representation of color #A26ACC: hue angle of 274.29º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A26ACC is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 106 | 204 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.2 |
| HSL | 274.29º | 0.49% | 0.61% | - |
| HSV(B) | 274.29º | 0.48% | 0.8% | - |
| XYZ | 30.95 | 22.35 | 59.81 | - |
| YUV | 133.92 | 167.55 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 204 | 0.21 | 0.48 | 0 | 0.2 | 274.29 | 0.49 | 0.61 |
| Hex | A2 | 6A | CC | 15 | 30 | 0 | 14 | 112 | 31 | 3D |
| Octal | 242 | 152 | 314 | 25 | 60 | 0 | 24 | 422 | 61 | 75 |
| Binary | 10100010 | 1101010 | 11001100 | 10101 | 110000 | 0 | 10100 | 100010010 | 110001 | 111101 |
Color Harmonies of #A26ACC
Complementary color
Monochromatic Colors of #A26ACC
Black with #A26ACC
Text Example
Text Example
White with #A26ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26ACC; }
p { color: rgb(162,106,204); }
H1.HeaderClassName
{
color: #A26ACC;
}
.AnyTagClassName
{
color: #A26ACC;
}
</style>
background-color css
<style>
a { background-color: #A26ACC; }
a { background-color: rgb(162,106,204); }
div.DivClassName
{
background-color: #A26ACC;
}
.BgClassName
{
background-color: #A26ACC;
}
</style>
border-color css
<style>
span { border-color: #A26ACC; }
span { border-color: rgb(162,106,204); }
td.TdClassName
{
border-color: #A26ACC;
}
.TagClassName
{
border-color: #A26ACC;
}
</style>