Shades of Amethyst #A36BCD
Tints of Amethyst #A36BCD
RGB
CMYK
RGB Variations
Color information
#A36BCD (or 0xA36BCD) is known color: Amethyst. HEX triplet: A3, 6B and CD. RGB value is (163,107,205). Sum of RGB (Red+Green+Blue) = 163+107+205=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #A36BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BCD is #5C9432. Grayscale: #868686. Windows color (decimal): -6067251 or 13462435. OLE color: 13462435.
HSL color Cylindrical-coordinate representation of color #A36BCD: hue angle of 274.29º degrees, saturation: 0.49, 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 #A36BCD is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 107 | 205 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.20 |
| HSL | 274.29º | 0.49% | 0.61% | - |
| HSV(B) | 274.29º | 0.48% | 0.8% | - |
| XYZ | 31.38 | 22.71 | 60.49 | - |
| YUV | 134.92 | 167.55 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 205 | 0.20 | 0.48 | 0 | 0.20 | 274.29 | 0.49 | 0.61 |
| Hex | A3 | 6B | CD | 14 | 30 | 0 | 14 | 112 | 31 | 3D |
| Octal | 243 | 153 | 315 | 24 | 60 | 0 | 24 | 422 | 61 | 75 |
| Binary | 10100011 | 1101011 | 11001101 | 10100 | 110000 | 0 | 10100 | 100010010 | 110001 | 111101 |
Color Harmonies of #A36BCD
Complementary color
Monochromatic Colors of #A36BCD
Black with #A36BCD
Text Example
Text Example
White with #A36BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36BCD; }
p { color: rgb(163,107,205); }
H1.HeaderClassName
{
color: #A36BCD;
}
.AnyTagClassName
{
color: #A36BCD;
}
</style>
background-color css
<style>
a { background-color: #A36BCD; }
a { background-color: rgb(163,107,205); }
div.DivClassName
{
background-color: #A36BCD;
}
.BgClassName
{
background-color: #A36BCD;
}
</style>
border-color css
<style>
span { border-color: #A36BCD; }
span { border-color: rgb(163,107,205); }
td.TdClassName
{
border-color: #A36BCD;
}
.TagClassName
{
border-color: #A36BCD;
}
</style>