Shades of Amethyst #A35BCC
Tints of Amethyst #A35BCC
RGB
CMYK
RGB Variations
Color information
#A35BCC (or 0xA35BCC) is known color: Amethyst. HEX triplet: A3, 5B and CC. RGB value is (163,91,204). Sum of RGB (Red+Green+Blue) = 163+91+204=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #A35BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35BCC is #5CA433. Grayscale: #7D7D7D. Windows color (decimal): -6071348 or 13392803. OLE color: 13392803.
HSL color Cylindrical-coordinate representation of color #A35BCC: hue angle of 278.23º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A35BCC is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 91 | 204 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.2 |
| HSL | 278.23º | 0.53% | 0.58% | - |
| HSV(B) | 278.23º | 0.55% | 0.8% | - |
| XYZ | 29.74 | 19.63 | 59.35 | - |
| YUV | 125.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 204 | 0.20 | 0.55 | 0 | 0.2 | 278.23 | 0.53 | 0.58 |
| Hex | A3 | 5B | CC | 14 | 37 | 0 | 14 | 116 | 35 | 3A |
| Octal | 243 | 133 | 314 | 24 | 67 | 0 | 24 | 426 | 65 | 72 |
| Binary | 10100011 | 1011011 | 11001100 | 10100 | 110111 | 0 | 10100 | 100010110 | 110101 | 111010 |
Color Harmonies of #A35BCC
Complementary color
Monochromatic Colors of #A35BCC
Black with #A35BCC
Text Example
Text Example
White with #A35BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35BCC; }
p { color: rgb(163,91,204); }
H1.HeaderClassName
{
color: #A35BCC;
}
.AnyTagClassName
{
color: #A35BCC;
}
</style>
background-color css
<style>
a { background-color: #A35BCC; }
a { background-color: rgb(163,91,204); }
div.DivClassName
{
background-color: #A35BCC;
}
.BgClassName
{
background-color: #A35BCC;
}
</style>
border-color css
<style>
span { border-color: #A35BCC; }
span { border-color: rgb(163,91,204); }
td.TdClassName
{
border-color: #A35BCC;
}
.TagClassName
{
border-color: #A35BCC;
}
</style>