Shades of Amethyst #A05ACF
Tints of Amethyst #A05ACF
RGB
CMYK
RGB Variations
Color information
#A05ACF (or 0xA05ACF) is known color: Amethyst. HEX triplet: A0, 5A and CF. RGB value is (160,90,207). Sum of RGB (Red+Green+Blue) = 160+90+207=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #A05ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ACF is #5FA530. Grayscale: #7B7B7B. Windows color (decimal): -6268209 or 13589152. OLE color: 13589152.
HSL color Cylindrical-coordinate representation of color #A05ACF: hue angle of 275.9º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A05ACF is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 90 | 207 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.19 |
| HSL | 275.9º | 0.55% | 0.58% | - |
| HSV(B) | 275.9º | 0.57% | 0.81% | - |
| XYZ | 29.42 | 19.29 | 61.2 | - |
| YUV | 124.27 | 174.69 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 90 | 207 | 0.23 | 0.57 | 0 | 0.19 | 275.9 | 0.55 | 0.58 |
| Hex | A0 | 5A | CF | 17 | 39 | 0 | 13 | 114 | 37 | 3A |
| Octal | 240 | 132 | 317 | 27 | 71 | 0 | 23 | 424 | 67 | 72 |
| Binary | 10100000 | 1011010 | 11001111 | 10111 | 111001 | 0 | 10011 | 100010100 | 110111 | 111010 |
Color Harmonies of #A05ACF
Complementary color
Monochromatic Colors of #A05ACF
Black with #A05ACF
Text Example
Text Example
White with #A05ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05ACF; }
p { color: rgb(160,90,207); }
H1.HeaderClassName
{
color: #A05ACF;
}
.AnyTagClassName
{
color: #A05ACF;
}
</style>
background-color css
<style>
a { background-color: #A05ACF; }
a { background-color: rgb(160,90,207); }
div.DivClassName
{
background-color: #A05ACF;
}
.BgClassName
{
background-color: #A05ACF;
}
</style>
border-color css
<style>
span { border-color: #A05ACF; }
span { border-color: rgb(160,90,207); }
td.TdClassName
{
border-color: #A05ACF;
}
.TagClassName
{
border-color: #A05ACF;
}
</style>