Shades of Amethyst #A36DCA
Tints of Amethyst #A36DCA
RGB
CMYK
RGB Variations
Color information
#A36DCA (or 0xA36DCA) is known color: Amethyst. HEX triplet: A3, 6D and CA. RGB value is (163,109,202). Sum of RGB (Red+Green+Blue) = 163+109+202=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #A36DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DCA is #5C9235. Grayscale: #878787. Windows color (decimal): -6066742 or 13266339. OLE color: 13266339.
HSL color Cylindrical-coordinate representation of color #A36DCA: hue angle of 274.84º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A36DCA is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 109 | 202 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.21 |
| HSL | 274.84º | 0.47% | 0.61% | - |
| HSV(B) | 274.84º | 0.46% | 0.79% | - |
| XYZ | 31.23 | 22.99 | 58.67 | - |
| YUV | 135.75 | 165.39 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 202 | 0.19 | 0.46 | 0 | 0.21 | 274.84 | 0.47 | 0.61 |
| Hex | A3 | 6D | CA | 13 | 2E | 0 | 15 | 113 | 2F | 3D |
| Octal | 243 | 155 | 312 | 23 | 56 | 0 | 25 | 423 | 57 | 75 |
| Binary | 10100011 | 1101101 | 11001010 | 10011 | 101110 | 0 | 10101 | 100010011 | 101111 | 111101 |
Color Harmonies of #A36DCA
Complementary color
Monochromatic Colors of #A36DCA
Black with #A36DCA
Text Example
Text Example
White with #A36DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DCA; }
p { color: rgb(163,109,202); }
H1.HeaderClassName
{
color: #A36DCA;
}
.AnyTagClassName
{
color: #A36DCA;
}
</style>
background-color css
<style>
a { background-color: #A36DCA; }
a { background-color: rgb(163,109,202); }
div.DivClassName
{
background-color: #A36DCA;
}
.BgClassName
{
background-color: #A36DCA;
}
</style>
border-color css
<style>
span { border-color: #A36DCA; }
span { border-color: rgb(163,109,202); }
td.TdClassName
{
border-color: #A36DCA;
}
.TagClassName
{
border-color: #A36DCA;
}
</style>