Shades of Amethyst #A665CF
Tints of Amethyst #A665CF
RGB
CMYK
RGB Variations
Color information
#A665CF (or 0xA665CF) is known color: Amethyst. HEX triplet: A6, 65 and CF. RGB value is (166,101,207). Sum of RGB (Red+Green+Blue) = 166+101+207=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #A665CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665CF is #599A30. Grayscale: #848484. Windows color (decimal): -5872177 or 13591974. OLE color: 13591974.
HSL color Cylindrical-coordinate representation of color #A665CF: hue angle of 276.79º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A665CF is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 101 | 207 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.19 |
| HSL | 276.79º | 0.52% | 0.6% | - |
| HSV(B) | 276.79º | 0.51% | 0.81% | - |
| XYZ | 31.64 | 21.92 | 61.59 | - |
| YUV | 132.52 | 170.03 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 101 | 207 | 0.20 | 0.51 | 0 | 0.19 | 276.79 | 0.52 | 0.6 |
| Hex | A6 | 65 | CF | 14 | 33 | 0 | 13 | 115 | 34 | 3C |
| Octal | 246 | 145 | 317 | 24 | 63 | 0 | 23 | 425 | 64 | 74 |
| Binary | 10100110 | 1100101 | 11001111 | 10100 | 110011 | 0 | 10011 | 100010101 | 110100 | 111100 |
Color Harmonies of #A665CF
Complementary color
Monochromatic Colors of #A665CF
Black with #A665CF
Text Example
Text Example
White with #A665CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A665CF; }
p { color: rgb(166,101,207); }
H1.HeaderClassName
{
color: #A665CF;
}
.AnyTagClassName
{
color: #A665CF;
}
</style>
background-color css
<style>
a { background-color: #A665CF; }
a { background-color: rgb(166,101,207); }
div.DivClassName
{
background-color: #A665CF;
}
.BgClassName
{
background-color: #A665CF;
}
</style>
border-color css
<style>
span { border-color: #A665CF; }
span { border-color: rgb(166,101,207); }
td.TdClassName
{
border-color: #A665CF;
}
.TagClassName
{
border-color: #A665CF;
}
</style>