Shades of Amethyst #A267C2
Tints of Amethyst #A267C2
RGB
CMYK
RGB Variations
Color information
#A267C2 (or 0xA267C2) is known color: Amethyst. HEX triplet: A2, 67 and C2. RGB value is (162,103,194). Sum of RGB (Red+Green+Blue) = 162+103+194=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 194 - color contains mainly: blue. Hex color #A267C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267C2 is #5D983D. Grayscale: #828282. Windows color (decimal): -6133822 or 12740514. OLE color: 12740514.
HSL color Cylindrical-coordinate representation of color #A267C2: hue angle of 278.9º degrees, saturation: 0.43, 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 #A267C2 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 103 | 194 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.24 |
| HSL | 278.9º | 0.43% | 0.58% | - |
| HSV(B) | 278.9º | 0.47% | 0.76% | - |
| XYZ | 29.49 | 21.28 | 53.59 | - |
| YUV | 131.02 | 163.55 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 194 | 0.16 | 0.47 | 0 | 0.24 | 278.9 | 0.43 | 0.58 |
| Hex | A2 | 67 | C2 | 10 | 2F | 0 | 18 | 117 | 2B | 3A |
| Octal | 242 | 147 | 302 | 20 | 57 | 0 | 30 | 427 | 53 | 72 |
| Binary | 10100010 | 1100111 | 11000010 | 10000 | 101111 | 0 | 11000 | 100010111 | 101011 | 111010 |
Color Harmonies of #A267C2
Complementary color
Monochromatic Colors of #A267C2
Black with #A267C2
Text Example
Text Example
White with #A267C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A267C2; }
p { color: rgb(162,103,194); }
H1.HeaderClassName
{
color: #A267C2;
}
.AnyTagClassName
{
color: #A267C2;
}
</style>
background-color css
<style>
a { background-color: #A267C2; }
a { background-color: rgb(162,103,194); }
div.DivClassName
{
background-color: #A267C2;
}
.BgClassName
{
background-color: #A267C2;
}
</style>
border-color css
<style>
span { border-color: #A267C2; }
span { border-color: rgb(162,103,194); }
td.TdClassName
{
border-color: #A267C2;
}
.TagClassName
{
border-color: #A267C2;
}
</style>