Shades of Amethyst #A067CF
Tints of Amethyst #A067CF
RGB
CMYK
RGB Variations
Color information
#A067CF (or 0xA067CF) is known color: Amethyst. HEX triplet: A0, 67 and CF. RGB value is (160,103,207). Sum of RGB (Red+Green+Blue) = 160+103+207=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #A067CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067CF is #5F9830. Grayscale: #838383. Windows color (decimal): -6264881 or 13592480. OLE color: 13592480.
HSL color Cylindrical-coordinate representation of color #A067CF: hue angle of 272.88º 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 #A067CF is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 160 | 103 | 207 | - |
CMYK | 0.23 | 0.50 | 0 | 0.19 |
HSL | 272.88º | 0.52% | 0.61% | - |
HSV(B) | 272.88º | 0.5% | 0.81% | - |
XYZ | 30.61 | 21.68 | 61.6 | - |
YUV | 131.9 | 170.38 | 148.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 103 | 207 | 0.23 | 0.50 | 0 | 0.19 | 272.88 | 0.52 | 0.61 |
Hex | A0 | 67 | CF | 17 | 32 | 0 | 13 | 111 | 34 | 3D |
Octal | 240 | 147 | 317 | 27 | 62 | 0 | 23 | 421 | 64 | 75 |
Binary | 10100000 | 1100111 | 11001111 | 10111 | 110010 | 0 | 10011 | 100010001 | 110100 | 111101 |
Color Harmonies of #A067CF
Complementary color
Monochromatic Colors of #A067CF
Black with #A067CF
Text Example
Text Example
White with #A067CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067CF; }
p { color: rgb(160,103,207); }
H1.HeaderClassName
{
color: #A067CF;
}
.AnyTagClassName
{
color: #A067CF;
}
</style>
background-color css
<style>
a { background-color: #A067CF; }
a { background-color: rgb(160,103,207); }
div.DivClassName
{
background-color: #A067CF;
}
.BgClassName
{
background-color: #A067CF;
}
</style>
border-color css
<style>
span { border-color: #A067CF; }
span { border-color: rgb(160,103,207); }
td.TdClassName
{
border-color: #A067CF;
}
.TagClassName
{
border-color: #A067CF;
}
</style>