Shades of Amethyst #A65ACF
Tints of Amethyst #A65ACF
RGB
CMYK
RGB Variations
Color information
#A65ACF (or 0xA65ACF) is known color: Amethyst. HEX triplet: A6, 5A and CF. RGB value is (166,90,207). Sum of RGB (Red+Green+Blue) = 166+90+207=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #A65ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ACF is #59A530. Grayscale: #7D7D7D. Windows color (decimal): -5874993 or 13589158. OLE color: 13589158.
HSL color Cylindrical-coordinate representation of color #A65ACF: hue angle of 278.97º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A65ACF is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 90 | 207 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.19 |
| HSL | 278.97º | 0.55% | 0.58% | - |
| HSV(B) | 278.97º | 0.57% | 0.81% | - |
| XYZ | 30.64 | 19.92 | 61.26 | - |
| YUV | 126.06 | 173.68 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 207 | 0.20 | 0.57 | 0 | 0.19 | 278.97 | 0.55 | 0.58 |
| Hex | A6 | 5A | CF | 14 | 39 | 0 | 13 | 117 | 37 | 3A |
| Octal | 246 | 132 | 317 | 24 | 71 | 0 | 23 | 427 | 67 | 72 |
| Binary | 10100110 | 1011010 | 11001111 | 10100 | 111001 | 0 | 10011 | 100010111 | 110111 | 111010 |
Color Harmonies of #A65ACF
Complementary color
Monochromatic Colors of #A65ACF
Black with #A65ACF
Text Example
Text Example
White with #A65ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65ACF; }
p { color: rgb(166,90,207); }
H1.HeaderClassName
{
color: #A65ACF;
}
.AnyTagClassName
{
color: #A65ACF;
}
</style>
background-color css
<style>
a { background-color: #A65ACF; }
a { background-color: rgb(166,90,207); }
div.DivClassName
{
background-color: #A65ACF;
}
.BgClassName
{
background-color: #A65ACF;
}
</style>
border-color css
<style>
span { border-color: #A65ACF; }
span { border-color: rgb(166,90,207); }
td.TdClassName
{
border-color: #A65ACF;
}
.TagClassName
{
border-color: #A65ACF;
}
</style>