Shades of Amethyst #A675D7
Tints of Amethyst #A675D7
RGB
CMYK
RGB Variations
Color information
#A675D7 (or 0xA675D7) is known color: Amethyst. HEX triplet: A6, 75 and D7. RGB value is (166,117,215). Sum of RGB (Red+Green+Blue) = 166+117+215=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 215 - color contains mainly: blue. Hex color #A675D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675D7 is #598A28. Grayscale: #8E8E8E. Windows color (decimal): -5868073 or 14120358. OLE color: 14120358.
HSL color Cylindrical-coordinate representation of color #A675D7: hue angle of 270º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A675D7 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 117 | 215 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.16 |
| HSL | 270º | 0.55% | 0.65% | - |
| HSV(B) | 270º | 0.46% | 0.84% | - |
| XYZ | 34.35 | 25.74 | 67.45 | - |
| YUV | 142.82 | 168.73 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 215 | 0.23 | 0.46 | 0 | 0.16 | 270 | 0.55 | 0.65 |
| Hex | A6 | 75 | D7 | 17 | 2E | 0 | 10 | 10E | 37 | 41 |
| Octal | 246 | 165 | 327 | 27 | 56 | 0 | 20 | 416 | 67 | 101 |
| Binary | 10100110 | 1110101 | 11010111 | 10111 | 101110 | 0 | 10000 | 100001110 | 110111 | 1000001 |
Color Harmonies of #A675D7
Complementary color
Monochromatic Colors of #A675D7
Black with #A675D7
Text Example
Text Example
White with #A675D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A675D7; }
p { color: rgb(166,117,215); }
H1.HeaderClassName
{
color: #A675D7;
}
.AnyTagClassName
{
color: #A675D7;
}
</style>
background-color css
<style>
a { background-color: #A675D7; }
a { background-color: rgb(166,117,215); }
div.DivClassName
{
background-color: #A675D7;
}
.BgClassName
{
background-color: #A675D7;
}
</style>
border-color css
<style>
span { border-color: #A675D7; }
span { border-color: rgb(166,117,215); }
td.TdClassName
{
border-color: #A675D7;
}
.TagClassName
{
border-color: #A675D7;
}
</style>