Shades of Amethyst #A267D5
Tints of Amethyst #A267D5
RGB
CMYK
RGB Variations
Color information
#A267D5 (or 0xA267D5) is known color: Amethyst. HEX triplet: A2, 67 and D5. RGB value is (162,103,213). Sum of RGB (Red+Green+Blue) = 162+103+213=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #A267D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267D5 is #5D982A. Grayscale: #848484. Windows color (decimal): -6133803 or 13985698. OLE color: 13985698.
HSL color Cylindrical-coordinate representation of color #A267D5: hue angle of 272.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A267D5 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 103 | 213 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.16 |
| HSL | 272.18º | 0.57% | 0.62% | - |
| HSV(B) | 272.18º | 0.52% | 0.84% | - |
| XYZ | 31.76 | 22.19 | 65.56 | - |
| YUV | 133.18 | 173.05 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 213 | 0.24 | 0.52 | 0 | 0.16 | 272.18 | 0.57 | 0.62 |
| Hex | A2 | 67 | D5 | 18 | 34 | 0 | 10 | 110 | 39 | 3E |
| Octal | 242 | 147 | 325 | 30 | 64 | 0 | 20 | 420 | 71 | 76 |
| Binary | 10100010 | 1100111 | 11010101 | 11000 | 110100 | 0 | 10000 | 100010000 | 111001 | 111110 |
Color Harmonies of #A267D5
Complementary color
Monochromatic Colors of #A267D5
Black with #A267D5
Text Example
Text Example
White with #A267D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A267D5; }
p { color: rgb(162,103,213); }
H1.HeaderClassName
{
color: #A267D5;
}
.AnyTagClassName
{
color: #A267D5;
}
</style>
background-color css
<style>
a { background-color: #A267D5; }
a { background-color: rgb(162,103,213); }
div.DivClassName
{
background-color: #A267D5;
}
.BgClassName
{
background-color: #A267D5;
}
</style>
border-color css
<style>
span { border-color: #A267D5; }
span { border-color: rgb(162,103,213); }
td.TdClassName
{
border-color: #A267D5;
}
.TagClassName
{
border-color: #A267D5;
}
</style>