Shades of Amethyst #A569D3
Tints of Amethyst #A569D3
RGB
CMYK
RGB Variations
Color information
#A569D3 (or 0xA569D3) is known color: Amethyst. HEX triplet: A5, 69 and D3. RGB value is (165,105,211). Sum of RGB (Red+Green+Blue) = 165+105+211=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 211 - color contains mainly: blue. Hex color #A569D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569D3 is #5A962C. Grayscale: #868686. Windows color (decimal): -5936685 or 13855141. OLE color: 13855141.
HSL color Cylindrical-coordinate representation of color #A569D3: hue angle of 273.96º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A569D3 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 105 | 211 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.17 |
| HSL | 273.96º | 0.55% | 0.62% | - |
| HSV(B) | 273.96º | 0.5% | 0.83% | - |
| XYZ | 32.33 | 22.81 | 64.33 | - |
| YUV | 135.02 | 170.88 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 211 | 0.22 | 0.50 | 0 | 0.17 | 273.96 | 0.55 | 0.62 |
| Hex | A5 | 69 | D3 | 16 | 32 | 0 | 11 | 112 | 37 | 3E |
| Octal | 245 | 151 | 323 | 26 | 62 | 0 | 21 | 422 | 67 | 76 |
| Binary | 10100101 | 1101001 | 11010011 | 10110 | 110010 | 0 | 10001 | 100010010 | 110111 | 111110 |
Color Harmonies of #A569D3
Complementary color
Monochromatic Colors of #A569D3
Black with #A569D3
Text Example
Text Example
White with #A569D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A569D3; }
p { color: rgb(165,105,211); }
H1.HeaderClassName
{
color: #A569D3;
}
.AnyTagClassName
{
color: #A569D3;
}
</style>
background-color css
<style>
a { background-color: #A569D3; }
a { background-color: rgb(165,105,211); }
div.DivClassName
{
background-color: #A569D3;
}
.BgClassName
{
background-color: #A569D3;
}
</style>
border-color css
<style>
span { border-color: #A569D3; }
span { border-color: rgb(165,105,211); }
td.TdClassName
{
border-color: #A569D3;
}
.TagClassName
{
border-color: #A569D3;
}
</style>