Shades of Amethyst #A36BCA
Tints of Amethyst #A36BCA
RGB
CMYK
RGB Variations
Color information
#A36BCA (or 0xA36BCA) is known color: Amethyst. HEX triplet: A3, 6B and CA. RGB value is (163,107,202). Sum of RGB (Red+Green+Blue) = 163+107+202=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #A36BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BCA is #5C9435. Grayscale: #868686. Windows color (decimal): -6067254 or 13265827. OLE color: 13265827.
HSL color Cylindrical-coordinate representation of color #A36BCA: hue angle of 275.37º 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 #A36BCA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 107 | 202 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.21 |
| HSL | 275.37º | 0.47% | 0.61% | - |
| HSV(B) | 275.37º | 0.47% | 0.79% | - |
| XYZ | 31.02 | 22.57 | 58.6 | - |
| YUV | 134.57 | 166.05 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 202 | 0.19 | 0.47 | 0 | 0.21 | 275.37 | 0.47 | 0.61 |
| Hex | A3 | 6B | CA | 13 | 2F | 0 | 15 | 113 | 2F | 3D |
| Octal | 243 | 153 | 312 | 23 | 57 | 0 | 25 | 423 | 57 | 75 |
| Binary | 10100011 | 1101011 | 11001010 | 10011 | 101111 | 0 | 10101 | 100010011 | 101111 | 111101 |
Color Harmonies of #A36BCA
Complementary color
Monochromatic Colors of #A36BCA
Black with #A36BCA
Text Example
Text Example
White with #A36BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36BCA; }
p { color: rgb(163,107,202); }
H1.HeaderClassName
{
color: #A36BCA;
}
.AnyTagClassName
{
color: #A36BCA;
}
</style>
background-color css
<style>
a { background-color: #A36BCA; }
a { background-color: rgb(163,107,202); }
div.DivClassName
{
background-color: #A36BCA;
}
.BgClassName
{
background-color: #A36BCA;
}
</style>
border-color css
<style>
span { border-color: #A36BCA; }
span { border-color: rgb(163,107,202); }
td.TdClassName
{
border-color: #A36BCA;
}
.TagClassName
{
border-color: #A36BCA;
}
</style>