Shades of Amethyst #A672CA
Tints of Amethyst #A672CA
RGB
CMYK
RGB Variations
Color information
#A672CA (or 0xA672CA) is known color: Amethyst. HEX triplet: A6, 72 and CA. RGB value is (166,114,202). Sum of RGB (Red+Green+Blue) = 166+114+202=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #A672CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672CA is #598D35. Grayscale: #8B8B8B. Windows color (decimal): -5868854 or 13267622. OLE color: 13267622.
HSL color Cylindrical-coordinate representation of color #A672CA: hue angle of 275.45º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A672CA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 114 | 202 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.21 |
| HSL | 275.45º | 0.45% | 0.62% | - |
| HSV(B) | 275.45º | 0.44% | 0.79% | - |
| XYZ | 32.4 | 24.41 | 58.88 | - |
| YUV | 139.58 | 163.23 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 202 | 0.18 | 0.44 | 0 | 0.21 | 275.45 | 0.45 | 0.62 |
| Hex | A6 | 72 | CA | 12 | 2C | 0 | 15 | 113 | 2D | 3E |
| Octal | 246 | 162 | 312 | 22 | 54 | 0 | 25 | 423 | 55 | 76 |
| Binary | 10100110 | 1110010 | 11001010 | 10010 | 101100 | 0 | 10101 | 100010011 | 101101 | 111110 |
Color Harmonies of #A672CA
Complementary color
Monochromatic Colors of #A672CA
Black with #A672CA
Text Example
Text Example
White with #A672CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672CA; }
p { color: rgb(166,114,202); }
H1.HeaderClassName
{
color: #A672CA;
}
.AnyTagClassName
{
color: #A672CA;
}
</style>
background-color css
<style>
a { background-color: #A672CA; }
a { background-color: rgb(166,114,202); }
div.DivClassName
{
background-color: #A672CA;
}
.BgClassName
{
background-color: #A672CA;
}
</style>
border-color css
<style>
span { border-color: #A672CA; }
span { border-color: rgb(166,114,202); }
td.TdClassName
{
border-color: #A672CA;
}
.TagClassName
{
border-color: #A672CA;
}
</style>