Shades of Amethyst #A367DB
Tints of Amethyst #A367DB
RGB
CMYK
RGB Variations
Color information
#A367DB (or 0xA367DB) is known color: Amethyst. HEX triplet: A3, 67 and DB. RGB value is (163,103,219). Sum of RGB (Red+Green+Blue) = 163+103+219=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #A367DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367DB is #5C9824. Grayscale: #858585. Windows color (decimal): -6068261 or 14378915. OLE color: 14378915.
HSL color Cylindrical-coordinate representation of color #A367DB: hue angle of 271.03º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A367DB is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 103 | 219 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.14 |
| HSL | 271.03º | 0.62% | 0.63% | - |
| HSV(B) | 271.03º | 0.53% | 0.86% | - |
| XYZ | 32.74 | 22.6 | 69.65 | - |
| YUV | 134.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 219 | 0.26 | 0.53 | 0 | 0.14 | 271.03 | 0.62 | 0.63 |
| Hex | A3 | 67 | DB | 1A | 35 | 0 | E | 10F | 3E | 3F |
| Octal | 243 | 147 | 333 | 32 | 65 | 0 | 16 | 417 | 76 | 77 |
| Binary | 10100011 | 1100111 | 11011011 | 11010 | 110101 | 0 | 1110 | 100001111 | 111110 | 111111 |
Color Harmonies of #A367DB
Complementary color
Monochromatic Colors of #A367DB
Black with #A367DB
Text Example
Text Example
White with #A367DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A367DB; }
p { color: rgb(163,103,219); }
H1.HeaderClassName
{
color: #A367DB;
}
.AnyTagClassName
{
color: #A367DB;
}
</style>
background-color css
<style>
a { background-color: #A367DB; }
a { background-color: rgb(163,103,219); }
div.DivClassName
{
background-color: #A367DB;
}
.BgClassName
{
background-color: #A367DB;
}
</style>
border-color css
<style>
span { border-color: #A367DB; }
span { border-color: rgb(163,103,219); }
td.TdClassName
{
border-color: #A367DB;
}
.TagClassName
{
border-color: #A367DB;
}
</style>