Shades of Amethyst #A369DC
Tints of Amethyst #A369DC
RGB
CMYK
RGB Variations
Color information
#A369DC (or 0xA369DC) is known color: Amethyst. HEX triplet: A3, 69 and DC. RGB value is (163,105,220). Sum of RGB (Red+Green+Blue) = 163+105+220=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #A369DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A369DC is #5C9623. Grayscale: #878787. Windows color (decimal): -6067748 or 14444963. OLE color: 14444963.
HSL color Cylindrical-coordinate representation of color #A369DC: hue angle of 270.26º degrees, saturation: 0.62, 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 #A369DC is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 105 | 220 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.14 |
| HSL | 270.26º | 0.62% | 0.64% | - |
| HSV(B) | 270.26º | 0.52% | 0.86% | - |
| XYZ | 33.07 | 23.06 | 70.42 | - |
| YUV | 135.45 | 175.72 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 105 | 220 | 0.26 | 0.52 | 0 | 0.14 | 270.26 | 0.62 | 0.64 |
| Hex | A3 | 69 | DC | 1A | 34 | 0 | E | 10E | 3E | 40 |
| Octal | 243 | 151 | 334 | 32 | 64 | 0 | 16 | 416 | 76 | 100 |
| Binary | 10100011 | 1101001 | 11011100 | 11010 | 110100 | 0 | 1110 | 100001110 | 111110 | 1000000 |
Color Harmonies of #A369DC
Complementary color
Monochromatic Colors of #A369DC
Black with #A369DC
Text Example
Text Example
White with #A369DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A369DC; }
p { color: rgb(163,105,220); }
H1.HeaderClassName
{
color: #A369DC;
}
.AnyTagClassName
{
color: #A369DC;
}
</style>
background-color css
<style>
a { background-color: #A369DC; }
a { background-color: rgb(163,105,220); }
div.DivClassName
{
background-color: #A369DC;
}
.BgClassName
{
background-color: #A369DC;
}
</style>
border-color css
<style>
span { border-color: #A369DC; }
span { border-color: rgb(163,105,220); }
td.TdClassName
{
border-color: #A369DC;
}
.TagClassName
{
border-color: #A369DC;
}
</style>