Shades of Amethyst #A667CD
Tints of Amethyst #A667CD
RGB
CMYK
RGB Variations
Color information
#A667CD (or 0xA667CD) is known color: Amethyst. HEX triplet: A6, 67 and CD. RGB value is (166,103,205). Sum of RGB (Red+Green+Blue) = 166+103+205=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #A667CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667CD is #599832. Grayscale: #858585. Windows color (decimal): -5871667 or 13461414. OLE color: 13461414.
HSL color Cylindrical-coordinate representation of color #A667CD: hue angle of 277.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A667CD is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 103 | 205 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.20 |
| HSL | 277.06º | 0.5% | 0.6% | - |
| HSV(B) | 277.06º | 0.5% | 0.8% | - |
| XYZ | 31.6 | 22.22 | 60.38 | - |
| YUV | 133.47 | 168.37 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 205 | 0.19 | 0.50 | 0 | 0.20 | 277.06 | 0.5 | 0.6 |
| Hex | A6 | 67 | CD | 13 | 32 | 0 | 14 | 115 | 32 | 3C |
| Octal | 246 | 147 | 315 | 23 | 62 | 0 | 24 | 425 | 62 | 74 |
| Binary | 10100110 | 1100111 | 11001101 | 10011 | 110010 | 0 | 10100 | 100010101 | 110010 | 111100 |
Color Harmonies of #A667CD
Complementary color
Monochromatic Colors of #A667CD
Black with #A667CD
Text Example
Text Example
White with #A667CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A667CD; }
p { color: rgb(166,103,205); }
H1.HeaderClassName
{
color: #A667CD;
}
.AnyTagClassName
{
color: #A667CD;
}
</style>
background-color css
<style>
a { background-color: #A667CD; }
a { background-color: rgb(166,103,205); }
div.DivClassName
{
background-color: #A667CD;
}
.BgClassName
{
background-color: #A667CD;
}
</style>
border-color css
<style>
span { border-color: #A667CD; }
span { border-color: rgb(166,103,205); }
td.TdClassName
{
border-color: #A667CD;
}
.TagClassName
{
border-color: #A667CD;
}
</style>