Shades of Amethyst #A273CF
Tints of Amethyst #A273CF
RGB
CMYK
RGB Variations
Color information
#A273CF (or 0xA273CF) is known color: Amethyst. HEX triplet: A2, 73 and CF. RGB value is (162,115,207). Sum of RGB (Red+Green+Blue) = 162+115+207=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #A273CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273CF is #5D8C30. Grayscale: #8B8B8B. Windows color (decimal): -6130737 or 13595554. OLE color: 13595554.
HSL color Cylindrical-coordinate representation of color #A273CF: hue angle of 270.65º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A273CF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 115 | 207 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.19 |
| HSL | 270.65º | 0.49% | 0.63% | - |
| HSV(B) | 270.65º | 0.44% | 0.81% | - |
| XYZ | 32.29 | 24.45 | 62.05 | - |
| YUV | 139.54 | 166.07 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 115 | 207 | 0.22 | 0.44 | 0 | 0.19 | 270.65 | 0.49 | 0.63 |
| Hex | A2 | 73 | CF | 16 | 2C | 0 | 13 | 10F | 31 | 3F |
| Octal | 242 | 163 | 317 | 26 | 54 | 0 | 23 | 417 | 61 | 77 |
| Binary | 10100010 | 1110011 | 11001111 | 10110 | 101100 | 0 | 10011 | 100001111 | 110001 | 111111 |
Color Harmonies of #A273CF
Complementary color
Monochromatic Colors of #A273CF
Black with #A273CF
Text Example
Text Example
White with #A273CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A273CF; }
p { color: rgb(162,115,207); }
H1.HeaderClassName
{
color: #A273CF;
}
.AnyTagClassName
{
color: #A273CF;
}
</style>
background-color css
<style>
a { background-color: #A273CF; }
a { background-color: rgb(162,115,207); }
div.DivClassName
{
background-color: #A273CF;
}
.BgClassName
{
background-color: #A273CF;
}
</style>
border-color css
<style>
span { border-color: #A273CF; }
span { border-color: rgb(162,115,207); }
td.TdClassName
{
border-color: #A273CF;
}
.TagClassName
{
border-color: #A273CF;
}
</style>