Shades of Amethyst #A36ACB
Tints of Amethyst #A36ACB
RGB
CMYK
RGB Variations
Color information
#A36ACB (or 0xA36ACB) is known color: Amethyst. HEX triplet: A3, 6A and CB. RGB value is (163,106,203). Sum of RGB (Red+Green+Blue) = 163+106+203=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #A36ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ACB is #5C9534. Grayscale: #858585. Windows color (decimal): -6067509 or 13331107. OLE color: 13331107.
HSL color Cylindrical-coordinate representation of color #A36ACB: hue angle of 275.26º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A36ACB is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 106 | 203 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.20 |
| HSL | 275.26º | 0.48% | 0.61% | - |
| HSV(B) | 275.26º | 0.48% | 0.8% | - |
| XYZ | 31.04 | 22.41 | 59.19 | - |
| YUV | 134.1 | 166.88 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 106 | 203 | 0.20 | 0.48 | 0 | 0.20 | 275.26 | 0.48 | 0.61 |
| Hex | A3 | 6A | CB | 14 | 30 | 0 | 14 | 113 | 30 | 3D |
| Octal | 243 | 152 | 313 | 24 | 60 | 0 | 24 | 423 | 60 | 75 |
| Binary | 10100011 | 1101010 | 11001011 | 10100 | 110000 | 0 | 10100 | 100010011 | 110000 | 111101 |
Color Harmonies of #A36ACB
Complementary color
Monochromatic Colors of #A36ACB
Black with #A36ACB
Text Example
Text Example
White with #A36ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36ACB; }
p { color: rgb(163,106,203); }
H1.HeaderClassName
{
color: #A36ACB;
}
.AnyTagClassName
{
color: #A36ACB;
}
</style>
background-color css
<style>
a { background-color: #A36ACB; }
a { background-color: rgb(163,106,203); }
div.DivClassName
{
background-color: #A36ACB;
}
.BgClassName
{
background-color: #A36ACB;
}
</style>
border-color css
<style>
span { border-color: #A36ACB; }
span { border-color: rgb(163,106,203); }
td.TdClassName
{
border-color: #A36ACB;
}
.TagClassName
{
border-color: #A36ACB;
}
</style>