Shades of Amethyst #A35BCF
Tints of Amethyst #A35BCF
RGB
CMYK
RGB Variations
Color information
#A35BCF (or 0xA35BCF) is known color: Amethyst. HEX triplet: A3, 5B and CF. RGB value is (163,91,207). Sum of RGB (Red+Green+Blue) = 163+91+207=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #A35BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35BCF is #5CA430. Grayscale: #7D7D7D. Windows color (decimal): -6071345 or 13589411. OLE color: 13589411.
HSL color Cylindrical-coordinate representation of color #A35BCF: hue angle of 277.24º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A35BCF is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 91 | 207 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.19 |
| HSL | 277.24º | 0.55% | 0.58% | - |
| HSV(B) | 277.24º | 0.56% | 0.81% | - |
| XYZ | 30.11 | 19.77 | 61.26 | - |
| YUV | 125.75 | 173.85 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 207 | 0.21 | 0.56 | 0 | 0.19 | 277.24 | 0.55 | 0.58 |
| Hex | A3 | 5B | CF | 15 | 38 | 0 | 13 | 115 | 37 | 3A |
| Octal | 243 | 133 | 317 | 25 | 70 | 0 | 23 | 425 | 67 | 72 |
| Binary | 10100011 | 1011011 | 11001111 | 10101 | 111000 | 0 | 10011 | 100010101 | 110111 | 111010 |
Color Harmonies of #A35BCF
Complementary color
Monochromatic Colors of #A35BCF
Black with #A35BCF
Text Example
Text Example
White with #A35BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35BCF; }
p { color: rgb(163,91,207); }
H1.HeaderClassName
{
color: #A35BCF;
}
.AnyTagClassName
{
color: #A35BCF;
}
</style>
background-color css
<style>
a { background-color: #A35BCF; }
a { background-color: rgb(163,91,207); }
div.DivClassName
{
background-color: #A35BCF;
}
.BgClassName
{
background-color: #A35BCF;
}
</style>
border-color css
<style>
span { border-color: #A35BCF; }
span { border-color: rgb(163,91,207); }
td.TdClassName
{
border-color: #A35BCF;
}
.TagClassName
{
border-color: #A35BCF;
}
</style>