Shades of Amethyst #A271C7
Tints of Amethyst #A271C7
RGB
CMYK
RGB Variations
Color information
#A271C7 (or 0xA271C7) is known color: Amethyst. HEX triplet: A2, 71 and C7. RGB value is (162,113,199). Sum of RGB (Red+Green+Blue) = 162+113+199=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 199 - color contains mainly: blue. Hex color #A271C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271C7 is #5D8E38. Grayscale: #898989. Windows color (decimal): -6131257 or 13070754. OLE color: 13070754.
HSL color Cylindrical-coordinate representation of color #A271C7: hue angle of 274.19º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A271C7 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 113 | 199 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.22 |
| HSL | 274.19º | 0.43% | 0.61% | - |
| HSV(B) | 274.19º | 0.43% | 0.78% | - |
| XYZ | 31.11 | 23.62 | 56.95 | - |
| YUV | 137.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 199 | 0.19 | 0.43 | 0 | 0.22 | 274.19 | 0.43 | 0.61 |
| Hex | A2 | 71 | C7 | 13 | 2B | 0 | 16 | 112 | 2B | 3D |
| Octal | 242 | 161 | 307 | 23 | 53 | 0 | 26 | 422 | 53 | 75 |
| Binary | 10100010 | 1110001 | 11000111 | 10011 | 101011 | 0 | 10110 | 100010010 | 101011 | 111101 |
Color Harmonies of #A271C7
Complementary color
Monochromatic Colors of #A271C7
Black with #A271C7
Text Example
Text Example
White with #A271C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271C7; }
p { color: rgb(162,113,199); }
H1.HeaderClassName
{
color: #A271C7;
}
.AnyTagClassName
{
color: #A271C7;
}
</style>
background-color css
<style>
a { background-color: #A271C7; }
a { background-color: rgb(162,113,199); }
div.DivClassName
{
background-color: #A271C7;
}
.BgClassName
{
background-color: #A271C7;
}
</style>
border-color css
<style>
span { border-color: #A271C7; }
span { border-color: rgb(162,113,199); }
td.TdClassName
{
border-color: #A271C7;
}
.TagClassName
{
border-color: #A271C7;
}
</style>