Shades of Amethyst #A266C7
Tints of Amethyst #A266C7
RGB
CMYK
RGB Variations
Color information
#A266C7 (or 0xA266C7) is known color: Amethyst. HEX triplet: A2, 66 and C7. RGB value is (162,102,199). Sum of RGB (Red+Green+Blue) = 162+102+199=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 199 - color contains mainly: blue. Hex color #A266C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266C7 is #5D9938. Grayscale: #828282. Windows color (decimal): -6134073 or 13067938. OLE color: 13067938.
HSL color Cylindrical-coordinate representation of color #A266C7: hue angle of 277.11º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A266C7 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 102 | 199 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.22 |
| HSL | 277.11º | 0.46% | 0.59% | - |
| HSV(B) | 277.11º | 0.49% | 0.78% | - |
| XYZ | 29.96 | 21.31 | 56.57 | - |
| YUV | 131 | 166.38 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 199 | 0.19 | 0.49 | 0 | 0.22 | 277.11 | 0.46 | 0.59 |
| Hex | A2 | 66 | C7 | 13 | 31 | 0 | 16 | 115 | 2E | 3B |
| Octal | 242 | 146 | 307 | 23 | 61 | 0 | 26 | 425 | 56 | 73 |
| Binary | 10100010 | 1100110 | 11000111 | 10011 | 110001 | 0 | 10110 | 100010101 | 101110 | 111011 |
Color Harmonies of #A266C7
Complementary color
Monochromatic Colors of #A266C7
Black with #A266C7
Text Example
Text Example
White with #A266C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A266C7; }
p { color: rgb(162,102,199); }
H1.HeaderClassName
{
color: #A266C7;
}
.AnyTagClassName
{
color: #A266C7;
}
</style>
background-color css
<style>
a { background-color: #A266C7; }
a { background-color: rgb(162,102,199); }
div.DivClassName
{
background-color: #A266C7;
}
.BgClassName
{
background-color: #A266C7;
}
</style>
border-color css
<style>
span { border-color: #A266C7; }
span { border-color: rgb(162,102,199); }
td.TdClassName
{
border-color: #A266C7;
}
.TagClassName
{
border-color: #A266C7;
}
</style>