Shades of Amethyst #A267D2
Tints of Amethyst #A267D2
RGB
CMYK
RGB Variations
Color information
#A267D2 (or 0xA267D2) is known color: Amethyst. HEX triplet: A2, 67 and D2. RGB value is (162,103,210). Sum of RGB (Red+Green+Blue) = 162+103+210=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 210 (82.42% from 255 or 44.21% from 475); Max value from RGB is 210 - color contains mainly: blue. Hex color #A267D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267D2 is #5D982D. Grayscale: #848484. Windows color (decimal): -6133806 or 13789090. OLE color: 13789090.
HSL color Cylindrical-coordinate representation of color #A267D2: hue angle of 273.08º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A267D2 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 103 | 210 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.18 |
| HSL | 273.08º | 0.54% | 0.61% | - |
| HSV(B) | 273.08º | 0.51% | 0.82% | - |
| XYZ | 31.38 | 22.04 | 63.57 | - |
| YUV | 132.84 | 171.55 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 210 | 0.23 | 0.51 | 0 | 0.18 | 273.08 | 0.54 | 0.61 |
| Hex | A2 | 67 | D2 | 17 | 33 | 0 | 12 | 111 | 36 | 3D |
| Octal | 242 | 147 | 322 | 27 | 63 | 0 | 22 | 421 | 66 | 75 |
| Binary | 10100010 | 1100111 | 11010010 | 10111 | 110011 | 0 | 10010 | 100010001 | 110110 | 111101 |
Color Harmonies of #A267D2
Complementary color
Monochromatic Colors of #A267D2
Black with #A267D2
Text Example
Text Example
White with #A267D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A267D2; }
p { color: rgb(162,103,210); }
H1.HeaderClassName
{
color: #A267D2;
}
.AnyTagClassName
{
color: #A267D2;
}
</style>
background-color css
<style>
a { background-color: #A267D2; }
a { background-color: rgb(162,103,210); }
div.DivClassName
{
background-color: #A267D2;
}
.BgClassName
{
background-color: #A267D2;
}
</style>
border-color css
<style>
span { border-color: #A267D2; }
span { border-color: rgb(162,103,210); }
td.TdClassName
{
border-color: #A267D2;
}
.TagClassName
{
border-color: #A267D2;
}
</style>