Shades of Amethyst #A65FCD
Tints of Amethyst #A65FCD
RGB
CMYK
RGB Variations
Color information
#A65FCD (or 0xA65FCD) is known color: Amethyst. HEX triplet: A6, 5F and CD. RGB value is (166,95,205). Sum of RGB (Red+Green+Blue) = 166+95+205=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #A65FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FCD is #59A032. Grayscale: #808080. Windows color (decimal): -5873715 or 13459366. OLE color: 13459366.
HSL color Cylindrical-coordinate representation of color #A65FCD: hue angle of 278.73º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A65FCD is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 95 | 205 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.20 |
| HSL | 278.73º | 0.52% | 0.59% | - |
| HSV(B) | 278.73º | 0.54% | 0.8% | - |
| XYZ | 30.84 | 20.7 | 60.13 | - |
| YUV | 128.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 205 | 0.19 | 0.54 | 0 | 0.20 | 278.73 | 0.52 | 0.59 |
| Hex | A6 | 5F | CD | 13 | 36 | 0 | 14 | 117 | 34 | 3B |
| Octal | 246 | 137 | 315 | 23 | 66 | 0 | 24 | 427 | 64 | 73 |
| Binary | 10100110 | 1011111 | 11001101 | 10011 | 110110 | 0 | 10100 | 100010111 | 110100 | 111011 |
Color Harmonies of #A65FCD
Complementary color
Monochromatic Colors of #A65FCD
Black with #A65FCD
Text Example
Text Example
White with #A65FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FCD; }
p { color: rgb(166,95,205); }
H1.HeaderClassName
{
color: #A65FCD;
}
.AnyTagClassName
{
color: #A65FCD;
}
</style>
background-color css
<style>
a { background-color: #A65FCD; }
a { background-color: rgb(166,95,205); }
div.DivClassName
{
background-color: #A65FCD;
}
.BgClassName
{
background-color: #A65FCD;
}
</style>
border-color css
<style>
span { border-color: #A65FCD; }
span { border-color: rgb(166,95,205); }
td.TdClassName
{
border-color: #A65FCD;
}
.TagClassName
{
border-color: #A65FCD;
}
</style>