Shades of Amethyst #A45FCC
Tints of Amethyst #A45FCC
RGB
CMYK
RGB Variations
Color information
#A45FCC (or 0xA45FCC) is known color: Amethyst. HEX triplet: A4, 5F and CC. RGB value is (164,95,204). Sum of RGB (Red+Green+Blue) = 164+95+204=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #A45FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45FCC is #5BA033. Grayscale: #7F7F7F. Windows color (decimal): -6004788 or 13393828. OLE color: 13393828.
HSL color Cylindrical-coordinate representation of color #A45FCC: hue angle of 277.98º 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 #A45FCC is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 164 | 95 | 204 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.2 |
| HSL | 277.98º | 0.52% | 0.59% | - |
| HSV(B) | 277.98º | 0.53% | 0.8% | - |
| XYZ | 30.3 | 20.44 | 59.47 | - |
| YUV | 128.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 95 | 204 | 0.20 | 0.53 | 0 | 0.2 | 277.98 | 0.52 | 0.59 |
| Hex | A4 | 5F | CC | 14 | 35 | 0 | 14 | 116 | 34 | 3B |
| Octal | 244 | 137 | 314 | 24 | 65 | 0 | 24 | 426 | 64 | 73 |
| Binary | 10100100 | 1011111 | 11001100 | 10100 | 110101 | 0 | 10100 | 100010110 | 110100 | 111011 |
Color Harmonies of #A45FCC
Complementary color
Monochromatic Colors of #A45FCC
Black with #A45FCC
Text Example
Text Example
White with #A45FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45FCC; }
p { color: rgb(164,95,204); }
H1.HeaderClassName
{
color: #A45FCC;
}
.AnyTagClassName
{
color: #A45FCC;
}
</style>
background-color css
<style>
a { background-color: #A45FCC; }
a { background-color: rgb(164,95,204); }
div.DivClassName
{
background-color: #A45FCC;
}
.BgClassName
{
background-color: #A45FCC;
}
</style>
border-color css
<style>
span { border-color: #A45FCC; }
span { border-color: rgb(164,95,204); }
td.TdClassName
{
border-color: #A45FCC;
}
.TagClassName
{
border-color: #A45FCC;
}
</style>