Shades of Amethyst #A65FCE
Tints of Amethyst #A65FCE
RGB
CMYK
RGB Variations
Color information
#A65FCE (or 0xA65FCE) is known color: Amethyst. HEX triplet: A6, 5F and CE. RGB value is (166,95,206). Sum of RGB (Red+Green+Blue) = 166+95+206=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #A65FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FCE is #59A031. Grayscale: #808080. Windows color (decimal): -5873714 or 13524902. OLE color: 13524902.
HSL color Cylindrical-coordinate representation of color #A65FCE: hue angle of 278.38º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A65FCE is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 95 | 206 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.19 |
| HSL | 278.38º | 0.53% | 0.59% | - |
| HSV(B) | 278.38º | 0.54% | 0.81% | - |
| XYZ | 30.96 | 20.75 | 60.77 | - |
| YUV | 128.88 | 171.52 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 206 | 0.19 | 0.54 | 0 | 0.19 | 278.38 | 0.53 | 0.59 |
| Hex | A6 | 5F | CE | 13 | 36 | 0 | 13 | 116 | 35 | 3B |
| Octal | 246 | 137 | 316 | 23 | 66 | 0 | 23 | 426 | 65 | 73 |
| Binary | 10100110 | 1011111 | 11001110 | 10011 | 110110 | 0 | 10011 | 100010110 | 110101 | 111011 |
Color Harmonies of #A65FCE
Complementary color
Monochromatic Colors of #A65FCE
Black with #A65FCE
Text Example
Text Example
White with #A65FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FCE; }
p { color: rgb(166,95,206); }
H1.HeaderClassName
{
color: #A65FCE;
}
.AnyTagClassName
{
color: #A65FCE;
}
</style>
background-color css
<style>
a { background-color: #A65FCE; }
a { background-color: rgb(166,95,206); }
div.DivClassName
{
background-color: #A65FCE;
}
.BgClassName
{
background-color: #A65FCE;
}
</style>
border-color css
<style>
span { border-color: #A65FCE; }
span { border-color: rgb(166,95,206); }
td.TdClassName
{
border-color: #A65FCE;
}
.TagClassName
{
border-color: #A65FCE;
}
</style>