Shades of Amethyst #A35BCE
Tints of Amethyst #A35BCE
RGB
CMYK
RGB Variations
Color information
#A35BCE (or 0xA35BCE) is known color: Amethyst. HEX triplet: A3, 5B and CE. RGB value is (163,91,206). Sum of RGB (Red+Green+Blue) = 163+91+206=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #A35BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35BCE is #5CA431. Grayscale: #7D7D7D. Windows color (decimal): -6071346 or 13523875. OLE color: 13523875.
HSL color Cylindrical-coordinate representation of color #A35BCE: hue angle of 277.57º degrees, saturation: 0.54, 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 #A35BCE is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 91 | 206 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.19 |
| HSL | 277.57º | 0.54% | 0.58% | - |
| HSV(B) | 277.57º | 0.56% | 0.81% | - |
| XYZ | 29.99 | 19.72 | 60.62 | - |
| YUV | 125.64 | 173.35 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 206 | 0.21 | 0.56 | 0 | 0.19 | 277.57 | 0.54 | 0.58 |
| Hex | A3 | 5B | CE | 15 | 38 | 0 | 13 | 116 | 36 | 3A |
| Octal | 243 | 133 | 316 | 25 | 70 | 0 | 23 | 426 | 66 | 72 |
| Binary | 10100011 | 1011011 | 11001110 | 10101 | 111000 | 0 | 10011 | 100010110 | 110110 | 111010 |
Color Harmonies of #A35BCE
Complementary color
Monochromatic Colors of #A35BCE
Black with #A35BCE
Text Example
Text Example
White with #A35BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35BCE; }
p { color: rgb(163,91,206); }
H1.HeaderClassName
{
color: #A35BCE;
}
.AnyTagClassName
{
color: #A35BCE;
}
</style>
background-color css
<style>
a { background-color: #A35BCE; }
a { background-color: rgb(163,91,206); }
div.DivClassName
{
background-color: #A35BCE;
}
.BgClassName
{
background-color: #A35BCE;
}
</style>
border-color css
<style>
span { border-color: #A35BCE; }
span { border-color: rgb(163,91,206); }
td.TdClassName
{
border-color: #A35BCE;
}
.TagClassName
{
border-color: #A35BCE;
}
</style>