Shades of Amethyst #A869CE
Tints of Amethyst #A869CE
RGB
CMYK
RGB Variations
Color information
#A869CE (or 0xA869CE) is known color: Amethyst. HEX triplet: A8, 69 and CE. RGB value is (168,105,206). Sum of RGB (Red+Green+Blue) = 168+105+206=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #A869CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869CE is #579631. Grayscale: #878787. Windows color (decimal): -5740082 or 13527464. OLE color: 13527464.
HSL color Cylindrical-coordinate representation of color #A869CE: hue angle of 277.43º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A869CE is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 105 | 206 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.19 |
| HSL | 277.43º | 0.51% | 0.61% | - |
| HSV(B) | 277.43º | 0.49% | 0.81% | - |
| XYZ | 32.34 | 22.88 | 61.11 | - |
| YUV | 135.35 | 167.87 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 206 | 0.18 | 0.49 | 0 | 0.19 | 277.43 | 0.51 | 0.61 |
| Hex | A8 | 69 | CE | 12 | 31 | 0 | 13 | 115 | 33 | 3D |
| Octal | 250 | 151 | 316 | 22 | 61 | 0 | 23 | 425 | 63 | 75 |
| Binary | 10101000 | 1101001 | 11001110 | 10010 | 110001 | 0 | 10011 | 100010101 | 110011 | 111101 |
Color Harmonies of #A869CE
Complementary color
Monochromatic Colors of #A869CE
Black with #A869CE
Text Example
Text Example
White with #A869CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869CE; }
p { color: rgb(168,105,206); }
H1.HeaderClassName
{
color: #A869CE;
}
.AnyTagClassName
{
color: #A869CE;
}
</style>
background-color css
<style>
a { background-color: #A869CE; }
a { background-color: rgb(168,105,206); }
div.DivClassName
{
background-color: #A869CE;
}
.BgClassName
{
background-color: #A869CE;
}
</style>
border-color css
<style>
span { border-color: #A869CE; }
span { border-color: rgb(168,105,206); }
td.TdClassName
{
border-color: #A869CE;
}
.TagClassName
{
border-color: #A869CE;
}
</style>