Shades of Amethyst #A65AD2
Tints of Amethyst #A65AD2
RGB
CMYK
RGB Variations
Color information
#A65AD2 (or 0xA65AD2) is known color: Amethyst. HEX triplet: A6, 5A and D2. RGB value is (166,90,210). Sum of RGB (Red+Green+Blue) = 166+90+210=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #A65AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65AD2 is #59A52D. Grayscale: #7E7E7E. Windows color (decimal): -5874990 or 13785766. OLE color: 13785766.
HSL color Cylindrical-coordinate representation of color #A65AD2: hue angle of 278º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A65AD2 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 90 | 210 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.18 |
| HSL | 278º | 0.57% | 0.59% | - |
| HSV(B) | 278º | 0.57% | 0.82% | - |
| XYZ | 31.01 | 20.07 | 63.21 | - |
| YUV | 126.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 90 | 210 | 0.21 | 0.57 | 0 | 0.18 | 278 | 0.57 | 0.59 |
| Hex | A6 | 5A | D2 | 15 | 39 | 0 | 12 | 116 | 39 | 3B |
| Octal | 246 | 132 | 322 | 25 | 71 | 0 | 22 | 426 | 71 | 73 |
| Binary | 10100110 | 1011010 | 11010010 | 10101 | 111001 | 0 | 10010 | 100010110 | 111001 | 111011 |
Color Harmonies of #A65AD2
Complementary color
Monochromatic Colors of #A65AD2
Black with #A65AD2
Text Example
Text Example
White with #A65AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65AD2; }
p { color: rgb(166,90,210); }
H1.HeaderClassName
{
color: #A65AD2;
}
.AnyTagClassName
{
color: #A65AD2;
}
</style>
background-color css
<style>
a { background-color: #A65AD2; }
a { background-color: rgb(166,90,210); }
div.DivClassName
{
background-color: #A65AD2;
}
.BgClassName
{
background-color: #A65AD2;
}
</style>
border-color css
<style>
span { border-color: #A65AD2; }
span { border-color: rgb(166,90,210); }
td.TdClassName
{
border-color: #A65AD2;
}
.TagClassName
{
border-color: #A65AD2;
}
</style>