Shades of Amethyst #A06CD2
Tints of Amethyst #A06CD2
RGB
CMYK
RGB Variations
Color information
#A06CD2 (or 0xA06CD2) is known color: Amethyst. HEX triplet: A0, 6C and D2. RGB value is (160,108,210). Sum of RGB (Red+Green+Blue) = 160+108+210=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #A06CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CD2 is #5F932D. Grayscale: #868686. Windows color (decimal): -6263598 or 13790368. OLE color: 13790368.
HSL color Cylindrical-coordinate representation of color #A06CD2: hue angle of 270.59º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A06CD2 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 108 | 210 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.18 |
| HSL | 270.59º | 0.53% | 0.62% | - |
| HSV(B) | 270.59º | 0.49% | 0.82% | - |
| XYZ | 31.49 | 22.85 | 63.72 | - |
| YUV | 135.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 210 | 0.24 | 0.49 | 0 | 0.18 | 270.59 | 0.53 | 0.62 |
| Hex | A0 | 6C | D2 | 18 | 31 | 0 | 12 | 10F | 35 | 3E |
| Octal | 240 | 154 | 322 | 30 | 61 | 0 | 22 | 417 | 65 | 76 |
| Binary | 10100000 | 1101100 | 11010010 | 11000 | 110001 | 0 | 10010 | 100001111 | 110101 | 111110 |
Color Harmonies of #A06CD2
Complementary color
Monochromatic Colors of #A06CD2
Black with #A06CD2
Text Example
Text Example
White with #A06CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06CD2; }
p { color: rgb(160,108,210); }
H1.HeaderClassName
{
color: #A06CD2;
}
.AnyTagClassName
{
color: #A06CD2;
}
</style>
background-color css
<style>
a { background-color: #A06CD2; }
a { background-color: rgb(160,108,210); }
div.DivClassName
{
background-color: #A06CD2;
}
.BgClassName
{
background-color: #A06CD2;
}
</style>
border-color css
<style>
span { border-color: #A06CD2; }
span { border-color: rgb(160,108,210); }
td.TdClassName
{
border-color: #A06CD2;
}
.TagClassName
{
border-color: #A06CD2;
}
</style>