Shades of Amethyst #A067CA
Tints of Amethyst #A067CA
RGB
CMYK
RGB Variations
Color information
#A067CA (or 0xA067CA) is known color: Amethyst. HEX triplet: A0, 67 and CA. RGB value is (160,103,202). Sum of RGB (Red+Green+Blue) = 160+103+202=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #A067CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067CA is #5F9835. Grayscale: #828282. Windows color (decimal): -6264886 or 13264800. OLE color: 13264800.
HSL color Cylindrical-coordinate representation of color #A067CA: hue angle of 274.55º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A067CA is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 103 | 202 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.21 |
| HSL | 274.55º | 0.48% | 0.6% | - |
| HSV(B) | 274.55º | 0.49% | 0.79% | - |
| XYZ | 30.01 | 21.44 | 58.43 | - |
| YUV | 131.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 202 | 0.21 | 0.49 | 0 | 0.21 | 274.55 | 0.48 | 0.6 |
| Hex | A0 | 67 | CA | 15 | 31 | 0 | 15 | 113 | 30 | 3C |
| Octal | 240 | 147 | 312 | 25 | 61 | 0 | 25 | 423 | 60 | 74 |
| Binary | 10100000 | 1100111 | 11001010 | 10101 | 110001 | 0 | 10101 | 100010011 | 110000 | 111100 |
Color Harmonies of #A067CA
Complementary color
Monochromatic Colors of #A067CA
Black with #A067CA
Text Example
Text Example
White with #A067CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067CA; }
p { color: rgb(160,103,202); }
H1.HeaderClassName
{
color: #A067CA;
}
.AnyTagClassName
{
color: #A067CA;
}
</style>
background-color css
<style>
a { background-color: #A067CA; }
a { background-color: rgb(160,103,202); }
div.DivClassName
{
background-color: #A067CA;
}
.BgClassName
{
background-color: #A067CA;
}
</style>
border-color css
<style>
span { border-color: #A067CA; }
span { border-color: rgb(160,103,202); }
td.TdClassName
{
border-color: #A067CA;
}
.TagClassName
{
border-color: #A067CA;
}
</style>