Shades of Amethyst #A267DD
Tints of Amethyst #A267DD
RGB
CMYK
RGB Variations
Color information
#A267DD (or 0xA267DD) is known color: Amethyst. HEX triplet: A2, 67 and DD. RGB value is (162,103,221). Sum of RGB (Red+Green+Blue) = 162+103+221=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #A267DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267DD is #5D9822. Grayscale: #858585. Windows color (decimal): -6133795 or 14509986. OLE color: 14509986.
HSL color Cylindrical-coordinate representation of color #A267DD: hue angle of 270º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A267DD is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 103 | 221 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.13 |
| HSL | 270º | 0.63% | 0.64% | - |
| HSV(B) | 270º | 0.53% | 0.87% | - |
| XYZ | 32.8 | 22.6 | 71.04 | - |
| YUV | 134.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 221 | 0.27 | 0.53 | 0 | 0.13 | 270 | 0.63 | 0.64 |
| Hex | A2 | 67 | DD | 1B | 35 | 0 | D | 10E | 3F | 40 |
| Octal | 242 | 147 | 335 | 33 | 65 | 0 | 15 | 416 | 77 | 100 |
| Binary | 10100010 | 1100111 | 11011101 | 11011 | 110101 | 0 | 1101 | 100001110 | 111111 | 1000000 |
Color Harmonies of #A267DD
Complementary color
Monochromatic Colors of #A267DD
Black with #A267DD
Text Example
Text Example
White with #A267DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A267DD; }
p { color: rgb(162,103,221); }
H1.HeaderClassName
{
color: #A267DD;
}
.AnyTagClassName
{
color: #A267DD;
}
</style>
background-color css
<style>
a { background-color: #A267DD; }
a { background-color: rgb(162,103,221); }
div.DivClassName
{
background-color: #A267DD;
}
.BgClassName
{
background-color: #A267DD;
}
</style>
border-color css
<style>
span { border-color: #A267DD; }
span { border-color: rgb(162,103,221); }
td.TdClassName
{
border-color: #A267DD;
}
.TagClassName
{
border-color: #A267DD;
}
</style>