Shades of Amethyst #A667C4
Tints of Amethyst #A667C4
RGB
CMYK
RGB Variations
Color information
#A667C4 (or 0xA667C4) is known color: Amethyst. HEX triplet: A6, 67 and C4. RGB value is (166,103,196). Sum of RGB (Red+Green+Blue) = 166+103+196=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #A667C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A667C4 is #59983B. Grayscale: #848484. Windows color (decimal): -5871676 or 12871590. OLE color: 12871590.
HSL color Cylindrical-coordinate representation of color #A667C4: hue angle of 280.65º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A667C4 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 103 | 196 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.23 |
| HSL | 280.65º | 0.44% | 0.59% | - |
| HSV(B) | 280.65º | 0.47% | 0.77% | - |
| XYZ | 30.54 | 21.79 | 54.82 | - |
| YUV | 132.44 | 163.87 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 196 | 0.15 | 0.47 | 0 | 0.23 | 280.65 | 0.44 | 0.59 |
| Hex | A6 | 67 | C4 | F | 2F | 0 | 17 | 119 | 2C | 3B |
| Octal | 246 | 147 | 304 | 17 | 57 | 0 | 27 | 431 | 54 | 73 |
| Binary | 10100110 | 1100111 | 11000100 | 1111 | 101111 | 0 | 10111 | 100011001 | 101100 | 111011 |
Color Harmonies of #A667C4
Complementary color
Monochromatic Colors of #A667C4
Black with #A667C4
Text Example
Text Example
White with #A667C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A667C4; }
p { color: rgb(166,103,196); }
H1.HeaderClassName
{
color: #A667C4;
}
.AnyTagClassName
{
color: #A667C4;
}
</style>
background-color css
<style>
a { background-color: #A667C4; }
a { background-color: rgb(166,103,196); }
div.DivClassName
{
background-color: #A667C4;
}
.BgClassName
{
background-color: #A667C4;
}
</style>
border-color css
<style>
span { border-color: #A667C4; }
span { border-color: rgb(166,103,196); }
td.TdClassName
{
border-color: #A667C4;
}
.TagClassName
{
border-color: #A667C4;
}
</style>