Shades of Amethyst #A573C4
Tints of Amethyst #A573C4
RGB
CMYK
RGB Variations
Color information
#A573C4 (or 0xA573C4) is known color: Amethyst. HEX triplet: A5, 73 and C4. RGB value is (165,115,196). Sum of RGB (Red+Green+Blue) = 165+115+196=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 196 - color contains mainly: blue. Hex color #A573C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573C4 is #5A8C3B. Grayscale: #8A8A8A. Windows color (decimal): -5934140 or 12874661. OLE color: 12874661.
HSL color Cylindrical-coordinate representation of color #A573C4: hue angle of 277.04º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A573C4 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 115 | 196 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.23 |
| HSL | 277.04º | 0.41% | 0.61% | - |
| HSV(B) | 277.04º | 0.41% | 0.77% | - |
| XYZ | 31.61 | 24.25 | 55.24 | - |
| YUV | 139.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 115 | 196 | 0.16 | 0.41 | 0 | 0.23 | 277.04 | 0.41 | 0.61 |
| Hex | A5 | 73 | C4 | 10 | 29 | 0 | 17 | 115 | 29 | 3D |
| Octal | 245 | 163 | 304 | 20 | 51 | 0 | 27 | 425 | 51 | 75 |
| Binary | 10100101 | 1110011 | 11000100 | 10000 | 101001 | 0 | 10111 | 100010101 | 101001 | 111101 |
Color Harmonies of #A573C4
Complementary color
Monochromatic Colors of #A573C4
Black with #A573C4
Text Example
Text Example
White with #A573C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A573C4; }
p { color: rgb(165,115,196); }
H1.HeaderClassName
{
color: #A573C4;
}
.AnyTagClassName
{
color: #A573C4;
}
</style>
background-color css
<style>
a { background-color: #A573C4; }
a { background-color: rgb(165,115,196); }
div.DivClassName
{
background-color: #A573C4;
}
.BgClassName
{
background-color: #A573C4;
}
</style>
border-color css
<style>
span { border-color: #A573C4; }
span { border-color: rgb(165,115,196); }
td.TdClassName
{
border-color: #A573C4;
}
.TagClassName
{
border-color: #A573C4;
}
</style>