Shades of Amethyst #A65FDE
Tints of Amethyst #A65FDE
RGB
CMYK
RGB Variations
Color information
#A65FDE (or 0xA65FDE) is known color: Amethyst. HEX triplet: A6, 5F and DE. RGB value is (166,95,222). Sum of RGB (Red+Green+Blue) = 166+95+222=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #A65FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FDE is #59A021. Grayscale: #828282. Windows color (decimal): -5873698 or 14573478. OLE color: 14573478.
HSL color Cylindrical-coordinate representation of color #A65FDE: hue angle of 273.54º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A65FDE is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 95 | 222 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.13 |
| HSL | 273.54º | 0.66% | 0.62% | - |
| HSV(B) | 273.54º | 0.57% | 0.87% | - |
| XYZ | 33 | 21.57 | 71.53 | - |
| YUV | 130.71 | 179.52 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 222 | 0.25 | 0.57 | 0 | 0.13 | 273.54 | 0.66 | 0.62 |
| Hex | A6 | 5F | DE | 19 | 39 | 0 | D | 112 | 42 | 3E |
| Octal | 246 | 137 | 336 | 31 | 71 | 0 | 15 | 422 | 102 | 76 |
| Binary | 10100110 | 1011111 | 11011110 | 11001 | 111001 | 0 | 1101 | 100010010 | 1000010 | 111110 |
Color Harmonies of #A65FDE
Complementary color
Monochromatic Colors of #A65FDE
Black with #A65FDE
Text Example
Text Example
White with #A65FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FDE; }
p { color: rgb(166,95,222); }
H1.HeaderClassName
{
color: #A65FDE;
}
.AnyTagClassName
{
color: #A65FDE;
}
</style>
background-color css
<style>
a { background-color: #A65FDE; }
a { background-color: rgb(166,95,222); }
div.DivClassName
{
background-color: #A65FDE;
}
.BgClassName
{
background-color: #A65FDE;
}
</style>
border-color css
<style>
span { border-color: #A65FDE; }
span { border-color: rgb(166,95,222); }
td.TdClassName
{
border-color: #A65FDE;
}
.TagClassName
{
border-color: #A65FDE;
}
</style>