Shades of Amethyst #A65FD2
Tints of Amethyst #A65FD2
RGB
CMYK
RGB Variations
Color information
#A65FD2 (or 0xA65FD2) is known color: Amethyst. HEX triplet: A6, 5F and D2. RGB value is (166,95,210). Sum of RGB (Red+Green+Blue) = 166+95+210=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 210 - color contains mainly: blue. Hex color #A65FD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FD2 is #59A02D. Grayscale: #808080. Windows color (decimal): -5873710 or 13787046. OLE color: 13787046.
HSL color Cylindrical-coordinate representation of color #A65FD2: hue angle of 277.04º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A65FD2 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 95 | 210 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.18 |
| HSL | 277.04º | 0.56% | 0.6% | - |
| HSV(B) | 277.04º | 0.55% | 0.82% | - |
| XYZ | 31.45 | 20.94 | 63.36 | - |
| YUV | 129.34 | 173.52 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 210 | 0.21 | 0.55 | 0 | 0.18 | 277.04 | 0.56 | 0.6 |
| Hex | A6 | 5F | D2 | 15 | 37 | 0 | 12 | 115 | 38 | 3C |
| Octal | 246 | 137 | 322 | 25 | 67 | 0 | 22 | 425 | 70 | 74 |
| Binary | 10100110 | 1011111 | 11010010 | 10101 | 110111 | 0 | 10010 | 100010101 | 111000 | 111100 |
Color Harmonies of #A65FD2
Complementary color
Monochromatic Colors of #A65FD2
Black with #A65FD2
Text Example
Text Example
White with #A65FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FD2; }
p { color: rgb(166,95,210); }
H1.HeaderClassName
{
color: #A65FD2;
}
.AnyTagClassName
{
color: #A65FD2;
}
</style>
background-color css
<style>
a { background-color: #A65FD2; }
a { background-color: rgb(166,95,210); }
div.DivClassName
{
background-color: #A65FD2;
}
.BgClassName
{
background-color: #A65FD2;
}
</style>
border-color css
<style>
span { border-color: #A65FD2; }
span { border-color: rgb(166,95,210); }
td.TdClassName
{
border-color: #A65FD2;
}
.TagClassName
{
border-color: #A65FD2;
}
</style>