Shades of Amethyst #A350DB
Tints of Amethyst #A350DB
RGB
CMYK
RGB Variations
Color information
#A350DB (or 0xA350DB) is known color: Amethyst. HEX triplet: A3, 50 and DB. RGB value is (163,80,219). Sum of RGB (Red+Green+Blue) = 163+80+219=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #A350DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A350DB is #5CAF24. Grayscale: #787878. Windows color (decimal): -6074149 or 14373027. OLE color: 14373027.
HSL color Cylindrical-coordinate representation of color #A350DB: hue angle of 275.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A350DB is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 80 | 219 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.14 |
| HSL | 275.83º | 0.66% | 0.59% | - |
| HSV(B) | 275.83º | 0.63% | 0.86% | - |
| XYZ | 30.76 | 18.64 | 68.99 | - |
| YUV | 120.66 | 183.5 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 219 | 0.26 | 0.63 | 0 | 0.14 | 275.83 | 0.66 | 0.59 |
| Hex | A3 | 50 | DB | 1A | 3F | 0 | E | 114 | 42 | 3B |
| Octal | 243 | 120 | 333 | 32 | 77 | 0 | 16 | 424 | 102 | 73 |
| Binary | 10100011 | 1010000 | 11011011 | 11010 | 111111 | 0 | 1110 | 100010100 | 1000010 | 111011 |
Color Harmonies of #A350DB
Complementary color
Monochromatic Colors of #A350DB
Black with #A350DB
Text Example
Text Example
White with #A350DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350DB; }
p { color: rgb(163,80,219); }
H1.HeaderClassName
{
color: #A350DB;
}
.AnyTagClassName
{
color: #A350DB;
}
</style>
background-color css
<style>
a { background-color: #A350DB; }
a { background-color: rgb(163,80,219); }
div.DivClassName
{
background-color: #A350DB;
}
.BgClassName
{
background-color: #A350DB;
}
</style>
border-color css
<style>
span { border-color: #A350DB; }
span { border-color: rgb(163,80,219); }
td.TdClassName
{
border-color: #A350DB;
}
.TagClassName
{
border-color: #A350DB;
}
</style>