Shades of Amethyst #A867CE
Tints of Amethyst #A867CE
RGB
CMYK
RGB Variations
Color information
#A867CE (or 0xA867CE) is known color: Amethyst. HEX triplet: A8, 67 and CE. RGB value is (168,103,206). Sum of RGB (Red+Green+Blue) = 168+103+206=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #A867CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867CE is #579831. Grayscale: #858585. Windows color (decimal): -5740594 or 13526952. OLE color: 13526952.
HSL color Cylindrical-coordinate representation of color #A867CE: hue angle of 277.86º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A867CE is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 103 | 206 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.19 |
| HSL | 277.86º | 0.51% | 0.61% | - |
| HSV(B) | 277.86º | 0.5% | 0.81% | - |
| XYZ | 32.14 | 22.48 | 61.04 | - |
| YUV | 134.18 | 168.53 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 206 | 0.18 | 0.50 | 0 | 0.19 | 277.86 | 0.51 | 0.61 |
| Hex | A8 | 67 | CE | 12 | 32 | 0 | 13 | 116 | 33 | 3D |
| Octal | 250 | 147 | 316 | 22 | 62 | 0 | 23 | 426 | 63 | 75 |
| Binary | 10101000 | 1100111 | 11001110 | 10010 | 110010 | 0 | 10011 | 100010110 | 110011 | 111101 |
Color Harmonies of #A867CE
Complementary color
Monochromatic Colors of #A867CE
Black with #A867CE
Text Example
Text Example
White with #A867CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867CE; }
p { color: rgb(168,103,206); }
H1.HeaderClassName
{
color: #A867CE;
}
.AnyTagClassName
{
color: #A867CE;
}
</style>
background-color css
<style>
a { background-color: #A867CE; }
a { background-color: rgb(168,103,206); }
div.DivClassName
{
background-color: #A867CE;
}
.BgClassName
{
background-color: #A867CE;
}
</style>
border-color css
<style>
span { border-color: #A867CE; }
span { border-color: rgb(168,103,206); }
td.TdClassName
{
border-color: #A867CE;
}
.TagClassName
{
border-color: #A867CE;
}
</style>