Shades of Amethyst #A667D5
Tints of Amethyst #A667D5
RGB
CMYK
RGB Variations
Color information
#A667D5 (or 0xA667D5) is known color: Amethyst. HEX triplet: A6, 67 and D5. RGB value is (166,103,213). Sum of RGB (Red+Green+Blue) = 166+103+213=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #A667D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667D5 is #59982A. Grayscale: #868686. Windows color (decimal): -5871659 or 13985702. OLE color: 13985702.
HSL color Cylindrical-coordinate representation of color #A667D5: hue angle of 274.36º 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 #A667D5 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 103 | 213 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.16 |
| HSL | 274.36º | 0.57% | 0.62% | - |
| HSV(B) | 274.36º | 0.52% | 0.84% | - |
| XYZ | 32.59 | 22.61 | 65.6 | - |
| YUV | 134.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 213 | 0.22 | 0.52 | 0 | 0.16 | 274.36 | 0.57 | 0.62 |
| Hex | A6 | 67 | D5 | 16 | 34 | 0 | 10 | 112 | 39 | 3E |
| Octal | 246 | 147 | 325 | 26 | 64 | 0 | 20 | 422 | 71 | 76 |
| Binary | 10100110 | 1100111 | 11010101 | 10110 | 110100 | 0 | 10000 | 100010010 | 111001 | 111110 |
Color Harmonies of #A667D5
Complementary color
Monochromatic Colors of #A667D5
Black with #A667D5
Text Example
Text Example
White with #A667D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A667D5; }
p { color: rgb(166,103,213); }
H1.HeaderClassName
{
color: #A667D5;
}
.AnyTagClassName
{
color: #A667D5;
}
</style>
background-color css
<style>
a { background-color: #A667D5; }
a { background-color: rgb(166,103,213); }
div.DivClassName
{
background-color: #A667D5;
}
.BgClassName
{
background-color: #A667D5;
}
</style>
border-color css
<style>
span { border-color: #A667D5; }
span { border-color: rgb(166,103,213); }
td.TdClassName
{
border-color: #A667D5;
}
.TagClassName
{
border-color: #A667D5;
}
</style>