Shades of Amethyst #A571C2
Tints of Amethyst #A571C2
RGB
CMYK
RGB Variations
Color information
#A571C2 (or 0xA571C2) is known color: Amethyst. HEX triplet: A5, 71 and C2. RGB value is (165,113,194). Sum of RGB (Red+Green+Blue) = 165+113+194=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #A571C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571C2 is #5A8E3D. Grayscale: #898989. Windows color (decimal): -5934654 or 12743077. OLE color: 12743077.
HSL color Cylindrical-coordinate representation of color #A571C2: hue angle of 278.52º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A571C2 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 113 | 194 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.24 |
| HSL | 278.52º | 0.4% | 0.6% | - |
| HSV(B) | 278.52º | 0.42% | 0.76% | - |
| XYZ | 31.16 | 23.7 | 53.97 | - |
| YUV | 137.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 113 | 194 | 0.15 | 0.42 | 0 | 0.24 | 278.52 | 0.4 | 0.6 |
| Hex | A5 | 71 | C2 | F | 2A | 0 | 18 | 117 | 28 | 3C |
| Octal | 245 | 161 | 302 | 17 | 52 | 0 | 30 | 427 | 50 | 74 |
| Binary | 10100101 | 1110001 | 11000010 | 1111 | 101010 | 0 | 11000 | 100010111 | 101000 | 111100 |
Color Harmonies of #A571C2
Complementary color
Monochromatic Colors of #A571C2
Black with #A571C2
Text Example
Text Example
White with #A571C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A571C2; }
p { color: rgb(165,113,194); }
H1.HeaderClassName
{
color: #A571C2;
}
.AnyTagClassName
{
color: #A571C2;
}
</style>
background-color css
<style>
a { background-color: #A571C2; }
a { background-color: rgb(165,113,194); }
div.DivClassName
{
background-color: #A571C2;
}
.BgClassName
{
background-color: #A571C2;
}
</style>
border-color css
<style>
span { border-color: #A571C2; }
span { border-color: rgb(165,113,194); }
td.TdClassName
{
border-color: #A571C2;
}
.TagClassName
{
border-color: #A571C2;
}
</style>