Shades of Amethyst #A267C1
Tints of Amethyst #A267C1
RGB
CMYK
RGB Variations
Color information
#A267C1 (or 0xA267C1) is known color: Amethyst. HEX triplet: A2, 67 and C1. RGB value is (162,103,193). Sum of RGB (Red+Green+Blue) = 162+103+193=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #A267C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267C1 is #5D983E. Grayscale: #828282. Windows color (decimal): -6133823 or 12674978. OLE color: 12674978.
HSL color Cylindrical-coordinate representation of color #A267C1: hue angle of 279.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A267C1 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 103 | 193 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.24 |
| HSL | 279.33º | 0.42% | 0.58% | - |
| HSV(B) | 279.33º | 0.47% | 0.76% | - |
| XYZ | 29.38 | 21.23 | 53 | - |
| YUV | 130.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 193 | 0.16 | 0.47 | 0 | 0.24 | 279.33 | 0.42 | 0.58 |
| Hex | A2 | 67 | C1 | 10 | 2F | 0 | 18 | 117 | 2A | 3A |
| Octal | 242 | 147 | 301 | 20 | 57 | 0 | 30 | 427 | 52 | 72 |
| Binary | 10100010 | 1100111 | 11000001 | 10000 | 101111 | 0 | 11000 | 100010111 | 101010 | 111010 |
Color Harmonies of #A267C1
Complementary color
Monochromatic Colors of #A267C1
Black with #A267C1
Text Example
Text Example
White with #A267C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A267C1; }
p { color: rgb(162,103,193); }
H1.HeaderClassName
{
color: #A267C1;
}
.AnyTagClassName
{
color: #A267C1;
}
</style>
background-color css
<style>
a { background-color: #A267C1; }
a { background-color: rgb(162,103,193); }
div.DivClassName
{
background-color: #A267C1;
}
.BgClassName
{
background-color: #A267C1;
}
</style>
border-color css
<style>
span { border-color: #A267C1; }
span { border-color: rgb(162,103,193); }
td.TdClassName
{
border-color: #A267C1;
}
.TagClassName
{
border-color: #A267C1;
}
</style>