Shades of Amethyst #A36CCA
Tints of Amethyst #A36CCA
RGB
CMYK
RGB Variations
Color information
#A36CCA (or 0xA36CCA) is known color: Amethyst. HEX triplet: A3, 6C and CA. RGB value is (163,108,202). Sum of RGB (Red+Green+Blue) = 163+108+202=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #A36CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CCA is #5C9335. Grayscale: #868686. Windows color (decimal): -6066998 or 13266083. OLE color: 13266083.
HSL color Cylindrical-coordinate representation of color #A36CCA: hue angle of 275.11º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A36CCA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 108 | 202 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.21 |
| HSL | 275.11º | 0.47% | 0.61% | - |
| HSV(B) | 275.11º | 0.47% | 0.79% | - |
| XYZ | 31.13 | 22.78 | 58.63 | - |
| YUV | 135.16 | 165.72 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 202 | 0.19 | 0.47 | 0 | 0.21 | 275.11 | 0.47 | 0.61 |
| Hex | A3 | 6C | CA | 13 | 2F | 0 | 15 | 113 | 2F | 3D |
| Octal | 243 | 154 | 312 | 23 | 57 | 0 | 25 | 423 | 57 | 75 |
| Binary | 10100011 | 1101100 | 11001010 | 10011 | 101111 | 0 | 10101 | 100010011 | 101111 | 111101 |
Color Harmonies of #A36CCA
Complementary color
Monochromatic Colors of #A36CCA
Black with #A36CCA
Text Example
Text Example
White with #A36CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36CCA; }
p { color: rgb(163,108,202); }
H1.HeaderClassName
{
color: #A36CCA;
}
.AnyTagClassName
{
color: #A36CCA;
}
</style>
background-color css
<style>
a { background-color: #A36CCA; }
a { background-color: rgb(163,108,202); }
div.DivClassName
{
background-color: #A36CCA;
}
.BgClassName
{
background-color: #A36CCA;
}
</style>
border-color css
<style>
span { border-color: #A36CCA; }
span { border-color: rgb(163,108,202); }
td.TdClassName
{
border-color: #A36CCA;
}
.TagClassName
{
border-color: #A36CCA;
}
</style>