Shades of Amethyst #A869D5
Tints of Amethyst #A869D5
RGB
CMYK
RGB Variations
Color information
#A869D5 (or 0xA869D5) is known color: Amethyst. HEX triplet: A8, 69 and D5. RGB value is (168,105,213). Sum of RGB (Red+Green+Blue) = 168+105+213=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #A869D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869D5 is #57962A. Grayscale: #878787. Windows color (decimal): -5740075 or 13986216. OLE color: 13986216.
HSL color Cylindrical-coordinate representation of color #A869D5: hue angle of 275º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A869D5 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 105 | 213 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.16 |
| HSL | 275º | 0.56% | 0.62% | - |
| HSV(B) | 275º | 0.51% | 0.84% | - |
| XYZ | 33.21 | 23.23 | 65.68 | - |
| YUV | 136.15 | 171.37 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 213 | 0.21 | 0.51 | 0 | 0.16 | 275 | 0.56 | 0.62 |
| Hex | A8 | 69 | D5 | 15 | 33 | 0 | 10 | 113 | 38 | 3E |
| Octal | 250 | 151 | 325 | 25 | 63 | 0 | 20 | 423 | 70 | 76 |
| Binary | 10101000 | 1101001 | 11010101 | 10101 | 110011 | 0 | 10000 | 100010011 | 111000 | 111110 |
Color Harmonies of #A869D5
Complementary color
Monochromatic Colors of #A869D5
Black with #A869D5
Text Example
Text Example
White with #A869D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869D5; }
p { color: rgb(168,105,213); }
H1.HeaderClassName
{
color: #A869D5;
}
.AnyTagClassName
{
color: #A869D5;
}
</style>
background-color css
<style>
a { background-color: #A869D5; }
a { background-color: rgb(168,105,213); }
div.DivClassName
{
background-color: #A869D5;
}
.BgClassName
{
background-color: #A869D5;
}
</style>
border-color css
<style>
span { border-color: #A869D5; }
span { border-color: rgb(168,105,213); }
td.TdClassName
{
border-color: #A869D5;
}
.TagClassName
{
border-color: #A869D5;
}
</style>