Shades of Amethyst #A867CF
Tints of Amethyst #A867CF
RGB
CMYK
RGB Variations
Color information
#A867CF (or 0xA867CF) is known color: Amethyst. HEX triplet: A8, 67 and CF. RGB value is (168,103,207). Sum of RGB (Red+Green+Blue) = 168+103+207=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #A867CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867CF is #579830. Grayscale: #858585. Windows color (decimal): -5740593 or 13592488. OLE color: 13592488.
HSL color Cylindrical-coordinate representation of color #A867CF: hue angle of 277.5º degrees, saturation: 0.52, 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 #A867CF is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 103 | 207 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.19 |
| HSL | 277.5º | 0.52% | 0.61% | - |
| HSV(B) | 277.5º | 0.5% | 0.81% | - |
| XYZ | 32.26 | 22.53 | 61.68 | - |
| YUV | 134.29 | 169.03 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 207 | 0.19 | 0.50 | 0 | 0.19 | 277.5 | 0.52 | 0.61 |
| Hex | A8 | 67 | CF | 13 | 32 | 0 | 13 | 116 | 34 | 3D |
| Octal | 250 | 147 | 317 | 23 | 62 | 0 | 23 | 426 | 64 | 75 |
| Binary | 10101000 | 1100111 | 11001111 | 10011 | 110010 | 0 | 10011 | 100010110 | 110100 | 111101 |
Color Harmonies of #A867CF
Complementary color
Monochromatic Colors of #A867CF
Black with #A867CF
Text Example
Text Example
White with #A867CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867CF; }
p { color: rgb(168,103,207); }
H1.HeaderClassName
{
color: #A867CF;
}
.AnyTagClassName
{
color: #A867CF;
}
</style>
background-color css
<style>
a { background-color: #A867CF; }
a { background-color: rgb(168,103,207); }
div.DivClassName
{
background-color: #A867CF;
}
.BgClassName
{
background-color: #A867CF;
}
</style>
border-color css
<style>
span { border-color: #A867CF; }
span { border-color: rgb(168,103,207); }
td.TdClassName
{
border-color: #A867CF;
}
.TagClassName
{
border-color: #A867CF;
}
</style>