Shades of Amethyst #A577CF
Tints of Amethyst #A577CF
RGB
CMYK
RGB Variations
Color information
#A577CF (or 0xA577CF) is known color: Amethyst. HEX triplet: A5, 77 and CF. RGB value is (165,119,207). Sum of RGB (Red+Green+Blue) = 165+119+207=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #A577CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577CF is #5A8830. Grayscale: #8E8E8E. Windows color (decimal): -5933105 or 13596581. OLE color: 13596581.
HSL color Cylindrical-coordinate representation of color #A577CF: hue angle of 271.36º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A577CF is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 119 | 207 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.19 |
| HSL | 271.36º | 0.48% | 0.64% | - |
| HSV(B) | 271.36º | 0.43% | 0.81% | - |
| XYZ | 33.38 | 25.7 | 62.23 | - |
| YUV | 142.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 119 | 207 | 0.20 | 0.43 | 0 | 0.19 | 271.36 | 0.48 | 0.64 |
| Hex | A5 | 77 | CF | 14 | 2B | 0 | 13 | 10F | 30 | 40 |
| Octal | 245 | 167 | 317 | 24 | 53 | 0 | 23 | 417 | 60 | 100 |
| Binary | 10100101 | 1110111 | 11001111 | 10100 | 101011 | 0 | 10011 | 100001111 | 110000 | 1000000 |
Color Harmonies of #A577CF
Complementary color
Monochromatic Colors of #A577CF
Black with #A577CF
Text Example
Text Example
White with #A577CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A577CF; }
p { color: rgb(165,119,207); }
H1.HeaderClassName
{
color: #A577CF;
}
.AnyTagClassName
{
color: #A577CF;
}
</style>
background-color css
<style>
a { background-color: #A577CF; }
a { background-color: rgb(165,119,207); }
div.DivClassName
{
background-color: #A577CF;
}
.BgClassName
{
background-color: #A577CF;
}
</style>
border-color css
<style>
span { border-color: #A577CF; }
span { border-color: rgb(165,119,207); }
td.TdClassName
{
border-color: #A577CF;
}
.TagClassName
{
border-color: #A577CF;
}
</style>