Shades of Amethyst #A65BDD
Tints of Amethyst #A65BDD
RGB
CMYK
RGB Variations
Color information
#A65BDD (or 0xA65BDD) is known color: Amethyst. HEX triplet: A6, 5B and DD. RGB value is (166,91,221). Sum of RGB (Red+Green+Blue) = 166+91+221=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #A65BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65BDD is #59A422. Grayscale: #7F7F7F. Windows color (decimal): -5874723 or 14506918. OLE color: 14506918.
HSL color Cylindrical-coordinate representation of color #A65BDD: hue angle of 274.62º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A65BDD is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 91 | 221 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.13 |
| HSL | 274.62º | 0.66% | 0.61% | - |
| HSV(B) | 274.62º | 0.59% | 0.87% | - |
| XYZ | 32.52 | 20.81 | 70.71 | - |
| YUV | 128.25 | 180.35 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 221 | 0.25 | 0.59 | 0 | 0.13 | 274.62 | 0.66 | 0.61 |
| Hex | A6 | 5B | DD | 19 | 3B | 0 | D | 113 | 42 | 3D |
| Octal | 246 | 133 | 335 | 31 | 73 | 0 | 15 | 423 | 102 | 75 |
| Binary | 10100110 | 1011011 | 11011101 | 11001 | 111011 | 0 | 1101 | 100010011 | 1000010 | 111101 |
Color Harmonies of #A65BDD
Complementary color
Monochromatic Colors of #A65BDD
Black with #A65BDD
Text Example
Text Example
White with #A65BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65BDD; }
p { color: rgb(166,91,221); }
H1.HeaderClassName
{
color: #A65BDD;
}
.AnyTagClassName
{
color: #A65BDD;
}
</style>
background-color css
<style>
a { background-color: #A65BDD; }
a { background-color: rgb(166,91,221); }
div.DivClassName
{
background-color: #A65BDD;
}
.BgClassName
{
background-color: #A65BDD;
}
</style>
border-color css
<style>
span { border-color: #A65BDD; }
span { border-color: rgb(166,91,221); }
td.TdClassName
{
border-color: #A65BDD;
}
.TagClassName
{
border-color: #A65BDD;
}
</style>