Shades of Amethyst #A360DB
Tints of Amethyst #A360DB
RGB
CMYK
RGB Variations
Color information
#A360DB (or 0xA360DB) is known color: Amethyst. HEX triplet: A3, 60 and DB. RGB value is (163,96,219). Sum of RGB (Red+Green+Blue) = 163+96+219=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #A360DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360DB is #5C9F24. Grayscale: #818181. Windows color (decimal): -6070053 or 14377123. OLE color: 14377123.
HSL color Cylindrical-coordinate representation of color #A360DB: hue angle of 272.68º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A360DB is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 96 | 219 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.14 |
| HSL | 272.68º | 0.63% | 0.62% | - |
| HSV(B) | 272.68º | 0.56% | 0.86% | - |
| XYZ | 32.07 | 21.27 | 69.43 | - |
| YUV | 130.06 | 178.2 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 219 | 0.26 | 0.56 | 0 | 0.14 | 272.68 | 0.63 | 0.62 |
| Hex | A3 | 60 | DB | 1A | 38 | 0 | E | 111 | 3F | 3E |
| Octal | 243 | 140 | 333 | 32 | 70 | 0 | 16 | 421 | 77 | 76 |
| Binary | 10100011 | 1100000 | 11011011 | 11010 | 111000 | 0 | 1110 | 100010001 | 111111 | 111110 |
Color Harmonies of #A360DB
Complementary color
Monochromatic Colors of #A360DB
Black with #A360DB
Text Example
Text Example
White with #A360DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360DB; }
p { color: rgb(163,96,219); }
H1.HeaderClassName
{
color: #A360DB;
}
.AnyTagClassName
{
color: #A360DB;
}
</style>
background-color css
<style>
a { background-color: #A360DB; }
a { background-color: rgb(163,96,219); }
div.DivClassName
{
background-color: #A360DB;
}
.BgClassName
{
background-color: #A360DB;
}
</style>
border-color css
<style>
span { border-color: #A360DB; }
span { border-color: rgb(163,96,219); }
td.TdClassName
{
border-color: #A360DB;
}
.TagClassName
{
border-color: #A360DB;
}
</style>