Shades of Amethyst #A367D5
Tints of Amethyst #A367D5
RGB
CMYK
RGB Variations
Color information
#A367D5 (or 0xA367D5) is known color: Amethyst. HEX triplet: A3, 67 and D5. RGB value is (163,103,213). Sum of RGB (Red+Green+Blue) = 163+103+213=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #A367D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367D5 is #5C982A. Grayscale: #858585. Windows color (decimal): -6068267 or 13985699. OLE color: 13985699.
HSL color Cylindrical-coordinate representation of color #A367D5: hue angle of 272.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A367D5 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 103 | 213 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.16 |
| HSL | 272.73º | 0.57% | 0.62% | - |
| HSV(B) | 272.73º | 0.52% | 0.84% | - |
| XYZ | 31.96 | 22.29 | 65.57 | - |
| YUV | 133.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 213 | 0.23 | 0.52 | 0 | 0.16 | 272.73 | 0.57 | 0.62 |
| Hex | A3 | 67 | D5 | 17 | 34 | 0 | 10 | 111 | 39 | 3E |
| Octal | 243 | 147 | 325 | 27 | 64 | 0 | 20 | 421 | 71 | 76 |
| Binary | 10100011 | 1100111 | 11010101 | 10111 | 110100 | 0 | 10000 | 100010001 | 111001 | 111110 |
Color Harmonies of #A367D5
Complementary color
Monochromatic Colors of #A367D5
Black with #A367D5
Text Example
Text Example
White with #A367D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A367D5; }
p { color: rgb(163,103,213); }
H1.HeaderClassName
{
color: #A367D5;
}
.AnyTagClassName
{
color: #A367D5;
}
</style>
background-color css
<style>
a { background-color: #A367D5; }
a { background-color: rgb(163,103,213); }
div.DivClassName
{
background-color: #A367D5;
}
.BgClassName
{
background-color: #A367D5;
}
</style>
border-color css
<style>
span { border-color: #A367D5; }
span { border-color: rgb(163,103,213); }
td.TdClassName
{
border-color: #A367D5;
}
.TagClassName
{
border-color: #A367D5;
}
</style>