Shades of Amethyst #A067CD
Tints of Amethyst #A067CD
RGB
CMYK
RGB Variations
Color information
#A067CD (or 0xA067CD) is known color: Amethyst. HEX triplet: A0, 67 and CD. RGB value is (160,103,205). Sum of RGB (Red+Green+Blue) = 160+103+205=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #A067CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067CD is #5F9832. Grayscale: #838383. Windows color (decimal): -6264883 or 13461408. OLE color: 13461408.
HSL color Cylindrical-coordinate representation of color #A067CD: hue angle of 273.53º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A067CD is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 103 | 205 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.20 |
| HSL | 273.53º | 0.5% | 0.6% | - |
| HSV(B) | 273.53º | 0.5% | 0.8% | - |
| XYZ | 30.37 | 21.58 | 60.32 | - |
| YUV | 131.67 | 169.38 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 205 | 0.22 | 0.50 | 0 | 0.20 | 273.53 | 0.5 | 0.6 |
| Hex | A0 | 67 | CD | 16 | 32 | 0 | 14 | 112 | 32 | 3C |
| Octal | 240 | 147 | 315 | 26 | 62 | 0 | 24 | 422 | 62 | 74 |
| Binary | 10100000 | 1100111 | 11001101 | 10110 | 110010 | 0 | 10100 | 100010010 | 110010 | 111100 |
Color Harmonies of #A067CD
Complementary color
Monochromatic Colors of #A067CD
Black with #A067CD
Text Example
Text Example
White with #A067CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067CD; }
p { color: rgb(160,103,205); }
H1.HeaderClassName
{
color: #A067CD;
}
.AnyTagClassName
{
color: #A067CD;
}
</style>
background-color css
<style>
a { background-color: #A067CD; }
a { background-color: rgb(160,103,205); }
div.DivClassName
{
background-color: #A067CD;
}
.BgClassName
{
background-color: #A067CD;
}
</style>
border-color css
<style>
span { border-color: #A067CD; }
span { border-color: rgb(160,103,205); }
td.TdClassName
{
border-color: #A067CD;
}
.TagClassName
{
border-color: #A067CD;
}
</style>