Shades of Amethyst #A05FCC
Tints of Amethyst #A05FCC
RGB
CMYK
RGB Variations
Color information
#A05FCC (or 0xA05FCC) is known color: Amethyst. HEX triplet: A0, 5F and CC. RGB value is (160,95,204). Sum of RGB (Red+Green+Blue) = 160+95+204=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #A05FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FCC is #5FA033. Grayscale: #7E7E7E. Windows color (decimal): -6266932 or 13393824. OLE color: 13393824.
HSL color Cylindrical-coordinate representation of color #A05FCC: hue angle of 275.78º 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 #A05FCC is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 95 | 204 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.2 |
| HSL | 275.78º | 0.52% | 0.59% | - |
| HSV(B) | 275.78º | 0.53% | 0.8% | - |
| XYZ | 29.49 | 20.02 | 59.44 | - |
| YUV | 126.86 | 171.53 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 204 | 0.22 | 0.53 | 0 | 0.2 | 275.78 | 0.52 | 0.59 |
| Hex | A0 | 5F | CC | 16 | 35 | 0 | 14 | 114 | 34 | 3B |
| Octal | 240 | 137 | 314 | 26 | 65 | 0 | 24 | 424 | 64 | 73 |
| Binary | 10100000 | 1011111 | 11001100 | 10110 | 110101 | 0 | 10100 | 100010100 | 110100 | 111011 |
Color Harmonies of #A05FCC
Complementary color
Monochromatic Colors of #A05FCC
Black with #A05FCC
Text Example
Text Example
White with #A05FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05FCC; }
p { color: rgb(160,95,204); }
H1.HeaderClassName
{
color: #A05FCC;
}
.AnyTagClassName
{
color: #A05FCC;
}
</style>
background-color css
<style>
a { background-color: #A05FCC; }
a { background-color: rgb(160,95,204); }
div.DivClassName
{
background-color: #A05FCC;
}
.BgClassName
{
background-color: #A05FCC;
}
</style>
border-color css
<style>
span { border-color: #A05FCC; }
span { border-color: rgb(160,95,204); }
td.TdClassName
{
border-color: #A05FCC;
}
.TagClassName
{
border-color: #A05FCC;
}
</style>