Shades of Amethyst #A95FCC
Tints of Amethyst #A95FCC
RGB
CMYK
RGB Variations
Color information
#A95FCC (or 0xA95FCC) is known color: Amethyst. HEX triplet: A9, 5F and CC. RGB value is (169,95,204). Sum of RGB (Red+Green+Blue) = 169+95+204=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #A95FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95FCC is #56A033. Grayscale: #818181. Windows color (decimal): -5677108 or 13393833. OLE color: 13393833.
HSL color Cylindrical-coordinate representation of color #A95FCC: hue angle of 280.73º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A95FCC is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 95 | 204 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.2 |
| HSL | 280.73º | 0.52% | 0.59% | - |
| HSV(B) | 280.73º | 0.53% | 0.8% | - |
| XYZ | 31.35 | 20.98 | 59.52 | - |
| YUV | 129.55 | 170.02 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 95 | 204 | 0.17 | 0.53 | 0 | 0.2 | 280.73 | 0.52 | 0.59 |
| Hex | A9 | 5F | CC | 11 | 35 | 0 | 14 | 119 | 34 | 3B |
| Octal | 251 | 137 | 314 | 21 | 65 | 0 | 24 | 431 | 64 | 73 |
| Binary | 10101001 | 1011111 | 11001100 | 10001 | 110101 | 0 | 10100 | 100011001 | 110100 | 111011 |
Color Harmonies of #A95FCC
Complementary color
Monochromatic Colors of #A95FCC
Black with #A95FCC
Text Example
Text Example
White with #A95FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95FCC; }
p { color: rgb(169,95,204); }
H1.HeaderClassName
{
color: #A95FCC;
}
.AnyTagClassName
{
color: #A95FCC;
}
</style>
background-color css
<style>
a { background-color: #A95FCC; }
a { background-color: rgb(169,95,204); }
div.DivClassName
{
background-color: #A95FCC;
}
.BgClassName
{
background-color: #A95FCC;
}
</style>
border-color css
<style>
span { border-color: #A95FCC; }
span { border-color: rgb(169,95,204); }
td.TdClassName
{
border-color: #A95FCC;
}
.TagClassName
{
border-color: #A95FCC;
}
</style>