Shades of Amethyst #A36BC3
Tints of Amethyst #A36BC3
RGB
CMYK
RGB Variations
Color information
#A36BC3 (or 0xA36BC3) is known color: Amethyst. HEX triplet: A3, 6B and C3. RGB value is (163,107,195). Sum of RGB (Red+Green+Blue) = 163+107+195=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #A36BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BC3 is #5C943C. Grayscale: #858585. Windows color (decimal): -6067261 or 12807075. OLE color: 12807075.
HSL color Cylindrical-coordinate representation of color #A36BC3: hue angle of 278.18º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A36BC3 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 107 | 195 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.24 |
| HSL | 278.18º | 0.42% | 0.59% | - |
| HSV(B) | 278.18º | 0.45% | 0.76% | - |
| XYZ | 30.21 | 22.24 | 54.33 | - |
| YUV | 133.78 | 162.55 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 195 | 0.16 | 0.45 | 0 | 0.24 | 278.18 | 0.42 | 0.59 |
| Hex | A3 | 6B | C3 | 10 | 2D | 0 | 18 | 116 | 2A | 3B |
| Octal | 243 | 153 | 303 | 20 | 55 | 0 | 30 | 426 | 52 | 73 |
| Binary | 10100011 | 1101011 | 11000011 | 10000 | 101101 | 0 | 11000 | 100010110 | 101010 | 111011 |
Color Harmonies of #A36BC3
Complementary color
Monochromatic Colors of #A36BC3
Black with #A36BC3
Text Example
Text Example
White with #A36BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36BC3; }
p { color: rgb(163,107,195); }
H1.HeaderClassName
{
color: #A36BC3;
}
.AnyTagClassName
{
color: #A36BC3;
}
</style>
background-color css
<style>
a { background-color: #A36BC3; }
a { background-color: rgb(163,107,195); }
div.DivClassName
{
background-color: #A36BC3;
}
.BgClassName
{
background-color: #A36BC3;
}
</style>
border-color css
<style>
span { border-color: #A36BC3; }
span { border-color: rgb(163,107,195); }
td.TdClassName
{
border-color: #A36BC3;
}
.TagClassName
{
border-color: #A36BC3;
}
</style>