Shades of Amethyst #A069CC
Tints of Amethyst #A069CC
RGB
CMYK
RGB Variations
Color information
#A069CC (or 0xA069CC) is known color: Amethyst. HEX triplet: A0, 69 and CC. RGB value is (160,105,204). Sum of RGB (Red+Green+Blue) = 160+105+204=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #A069CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069CC is #5F9633. Grayscale: #848484. Windows color (decimal): -6264372 or 13396384. OLE color: 13396384.
HSL color Cylindrical-coordinate representation of color #A069CC: hue angle of 273.33º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A069CC is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 105 | 204 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.2 |
| HSL | 273.33º | 0.49% | 0.61% | - |
| HSV(B) | 273.33º | 0.49% | 0.8% | - |
| XYZ | 30.45 | 21.94 | 59.76 | - |
| YUV | 132.73 | 168.22 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 204 | 0.22 | 0.49 | 0 | 0.2 | 273.33 | 0.49 | 0.61 |
| Hex | A0 | 69 | CC | 16 | 31 | 0 | 14 | 111 | 31 | 3D |
| Octal | 240 | 151 | 314 | 26 | 61 | 0 | 24 | 421 | 61 | 75 |
| Binary | 10100000 | 1101001 | 11001100 | 10110 | 110001 | 0 | 10100 | 100010001 | 110001 | 111101 |
Color Harmonies of #A069CC
Complementary color
Monochromatic Colors of #A069CC
Black with #A069CC
Text Example
Text Example
White with #A069CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069CC; }
p { color: rgb(160,105,204); }
H1.HeaderClassName
{
color: #A069CC;
}
.AnyTagClassName
{
color: #A069CC;
}
</style>
background-color css
<style>
a { background-color: #A069CC; }
a { background-color: rgb(160,105,204); }
div.DivClassName
{
background-color: #A069CC;
}
.BgClassName
{
background-color: #A069CC;
}
</style>
border-color css
<style>
span { border-color: #A069CC; }
span { border-color: rgb(160,105,204); }
td.TdClassName
{
border-color: #A069CC;
}
.TagClassName
{
border-color: #A069CC;
}
</style>