Shades of Amethyst #A267CF
Tints of Amethyst #A267CF
RGB
CMYK
RGB Variations
Color information
#A267CF (or 0xA267CF) is known color: Amethyst. HEX triplet: A2, 67 and CF. RGB value is (162,103,207). Sum of RGB (Red+Green+Blue) = 162+103+207=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #A267CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267CF is #5D9830. Grayscale: #848484. Windows color (decimal): -6133809 or 13592482. OLE color: 13592482.
HSL color Cylindrical-coordinate representation of color #A267CF: hue angle of 274.04º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A267CF is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 103 | 207 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.19 |
| HSL | 274.04º | 0.52% | 0.61% | - |
| HSV(B) | 274.04º | 0.5% | 0.81% | - |
| XYZ | 31.01 | 21.89 | 61.62 | - |
| YUV | 132.5 | 170.05 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 207 | 0.22 | 0.50 | 0 | 0.19 | 274.04 | 0.52 | 0.61 |
| Hex | A2 | 67 | CF | 16 | 32 | 0 | 13 | 112 | 34 | 3D |
| Octal | 242 | 147 | 317 | 26 | 62 | 0 | 23 | 422 | 64 | 75 |
| Binary | 10100010 | 1100111 | 11001111 | 10110 | 110010 | 0 | 10011 | 100010010 | 110100 | 111101 |
Color Harmonies of #A267CF
Complementary color
Monochromatic Colors of #A267CF
Black with #A267CF
Text Example
Text Example
White with #A267CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A267CF; }
p { color: rgb(162,103,207); }
H1.HeaderClassName
{
color: #A267CF;
}
.AnyTagClassName
{
color: #A267CF;
}
</style>
background-color css
<style>
a { background-color: #A267CF; }
a { background-color: rgb(162,103,207); }
div.DivClassName
{
background-color: #A267CF;
}
.BgClassName
{
background-color: #A267CF;
}
</style>
border-color css
<style>
span { border-color: #A267CF; }
span { border-color: rgb(162,103,207); }
td.TdClassName
{
border-color: #A267CF;
}
.TagClassName
{
border-color: #A267CF;
}
</style>