Shades of Amethyst #A369DB
Tints of Amethyst #A369DB
RGB
CMYK
RGB Variations
Color information
#A369DB (or 0xA369DB) is known color: Amethyst. HEX triplet: A3, 69 and DB. RGB value is (163,105,219). Sum of RGB (Red+Green+Blue) = 163+105+219=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #A369DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A369DB is #5C9624. Grayscale: #868686. Windows color (decimal): -6067749 or 14379427. OLE color: 14379427.
HSL color Cylindrical-coordinate representation of color #A369DB: hue angle of 270.53º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A369DB is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 105 | 219 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.14 |
| HSL | 270.53º | 0.61% | 0.64% | - |
| HSV(B) | 270.53º | 0.52% | 0.86% | - |
| XYZ | 32.94 | 23 | 69.72 | - |
| YUV | 135.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 219 | 0.26 | 0.52 | 0 | 0.14 | 270.53 | 0.61 | 0.64 |
| Hex | A3 | 69 | DB | 1A | 34 | 0 | E | 10F | 3D | 40 |
| Octal | 243 | 151 | 333 | 32 | 64 | 0 | 16 | 417 | 75 | 100 |
| Binary | 10100011 | 1101001 | 11011011 | 11010 | 110100 | 0 | 1110 | 100001111 | 111101 | 1000000 |
Color Harmonies of #A369DB
Complementary color
Monochromatic Colors of #A369DB
Black with #A369DB
Text Example
Text Example
White with #A369DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A369DB; }
p { color: rgb(163,105,219); }
H1.HeaderClassName
{
color: #A369DB;
}
.AnyTagClassName
{
color: #A369DB;
}
</style>
background-color css
<style>
a { background-color: #A369DB; }
a { background-color: rgb(163,105,219); }
div.DivClassName
{
background-color: #A369DB;
}
.BgClassName
{
background-color: #A369DB;
}
</style>
border-color css
<style>
span { border-color: #A369DB; }
span { border-color: rgb(163,105,219); }
td.TdClassName
{
border-color: #A369DB;
}
.TagClassName
{
border-color: #A369DB;
}
</style>