Shades of Amethyst #A675CA
Tints of Amethyst #A675CA
RGB
CMYK
RGB Variations
Color information
#A675CA (or 0xA675CA) is known color: Amethyst. HEX triplet: A6, 75 and CA. RGB value is (166,117,202). Sum of RGB (Red+Green+Blue) = 166+117+202=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #A675CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675CA is #598A35. Grayscale: #8D8D8D. Windows color (decimal): -5868086 or 13268390. OLE color: 13268390.
HSL color Cylindrical-coordinate representation of color #A675CA: hue angle of 274.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A675CA is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 117 | 202 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.21 |
| HSL | 274.59º | 0.45% | 0.63% | - |
| HSV(B) | 274.59º | 0.42% | 0.79% | - |
| XYZ | 32.75 | 25.09 | 58.99 | - |
| YUV | 141.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 202 | 0.18 | 0.42 | 0 | 0.21 | 274.59 | 0.45 | 0.63 |
| Hex | A6 | 75 | CA | 12 | 2A | 0 | 15 | 113 | 2D | 3F |
| Octal | 246 | 165 | 312 | 22 | 52 | 0 | 25 | 423 | 55 | 77 |
| Binary | 10100110 | 1110101 | 11001010 | 10010 | 101010 | 0 | 10101 | 100010011 | 101101 | 111111 |
Color Harmonies of #A675CA
Complementary color
Monochromatic Colors of #A675CA
Black with #A675CA
Text Example
Text Example
White with #A675CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A675CA; }
p { color: rgb(166,117,202); }
H1.HeaderClassName
{
color: #A675CA;
}
.AnyTagClassName
{
color: #A675CA;
}
</style>
background-color css
<style>
a { background-color: #A675CA; }
a { background-color: rgb(166,117,202); }
div.DivClassName
{
background-color: #A675CA;
}
.BgClassName
{
background-color: #A675CA;
}
</style>
border-color css
<style>
span { border-color: #A675CA; }
span { border-color: rgb(166,117,202); }
td.TdClassName
{
border-color: #A675CA;
}
.TagClassName
{
border-color: #A675CA;
}
</style>