Shades of Amethyst #A267C7
Tints of Amethyst #A267C7
RGB
CMYK
RGB Variations
Color information
#A267C7 (or 0xA267C7) is known color: Amethyst. HEX triplet: A2, 67 and C7. RGB value is (162,103,199). Sum of RGB (Red+Green+Blue) = 162+103+199=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 199 - color contains mainly: blue. Hex color #A267C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267C7 is #5D9838. Grayscale: #838383. Windows color (decimal): -6133817 or 13068194. OLE color: 13068194.
HSL color Cylindrical-coordinate representation of color #A267C7: hue angle of 276.88º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A267C7 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 103 | 199 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.22 |
| HSL | 276.88º | 0.46% | 0.59% | - |
| HSV(B) | 276.88º | 0.48% | 0.78% | - |
| XYZ | 30.06 | 21.51 | 56.6 | - |
| YUV | 131.59 | 166.05 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 199 | 0.19 | 0.48 | 0 | 0.22 | 276.88 | 0.46 | 0.59 |
| Hex | A2 | 67 | C7 | 13 | 30 | 0 | 16 | 115 | 2E | 3B |
| Octal | 242 | 147 | 307 | 23 | 60 | 0 | 26 | 425 | 56 | 73 |
| Binary | 10100010 | 1100111 | 11000111 | 10011 | 110000 | 0 | 10110 | 100010101 | 101110 | 111011 |
Color Harmonies of #A267C7
Complementary color
Monochromatic Colors of #A267C7
Black with #A267C7
Text Example
Text Example
White with #A267C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A267C7; }
p { color: rgb(162,103,199); }
H1.HeaderClassName
{
color: #A267C7;
}
.AnyTagClassName
{
color: #A267C7;
}
</style>
background-color css
<style>
a { background-color: #A267C7; }
a { background-color: rgb(162,103,199); }
div.DivClassName
{
background-color: #A267C7;
}
.BgClassName
{
background-color: #A267C7;
}
</style>
border-color css
<style>
span { border-color: #A267C7; }
span { border-color: rgb(162,103,199); }
td.TdClassName
{
border-color: #A267C7;
}
.TagClassName
{
border-color: #A267C7;
}
</style>