Shades of Amethyst #A65FDA
Tints of Amethyst #A65FDA
RGB
CMYK
RGB Variations
Color information
#A65FDA (or 0xA65FDA) is known color: Amethyst. HEX triplet: A6, 5F and DA. RGB value is (166,95,218). Sum of RGB (Red+Green+Blue) = 166+95+218=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #A65FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FDA is #59A025. Grayscale: #818181. Windows color (decimal): -5873702 or 14311334. OLE color: 14311334.
HSL color Cylindrical-coordinate representation of color #A65FDA: hue angle of 274.63º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A65FDA is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 95 | 218 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.15 |
| HSL | 274.63º | 0.62% | 0.61% | - |
| HSV(B) | 274.63º | 0.56% | 0.85% | - |
| XYZ | 32.47 | 21.35 | 68.74 | - |
| YUV | 130.25 | 177.52 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 218 | 0.24 | 0.56 | 0 | 0.15 | 274.63 | 0.62 | 0.61 |
| Hex | A6 | 5F | DA | 18 | 38 | 0 | F | 113 | 3E | 3D |
| Octal | 246 | 137 | 332 | 30 | 70 | 0 | 17 | 423 | 76 | 75 |
| Binary | 10100110 | 1011111 | 11011010 | 11000 | 111000 | 0 | 1111 | 100010011 | 111110 | 111101 |
Color Harmonies of #A65FDA
Complementary color
Monochromatic Colors of #A65FDA
Black with #A65FDA
Text Example
Text Example
White with #A65FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FDA; }
p { color: rgb(166,95,218); }
H1.HeaderClassName
{
color: #A65FDA;
}
.AnyTagClassName
{
color: #A65FDA;
}
</style>
background-color css
<style>
a { background-color: #A65FDA; }
a { background-color: rgb(166,95,218); }
div.DivClassName
{
background-color: #A65FDA;
}
.BgClassName
{
background-color: #A65FDA;
}
</style>
border-color css
<style>
span { border-color: #A65FDA; }
span { border-color: rgb(166,95,218); }
td.TdClassName
{
border-color: #A65FDA;
}
.TagClassName
{
border-color: #A65FDA;
}
</style>