Shades of Amethyst #A06ACD
Tints of Amethyst #A06ACD
RGB
CMYK
RGB Variations
Color information
#A06ACD (or 0xA06ACD) is known color: Amethyst. HEX triplet: A0, 6A and CD. RGB value is (160,106,205). Sum of RGB (Red+Green+Blue) = 160+106+205=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #A06ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ACD is #5F9532. Grayscale: #858585. Windows color (decimal): -6264115 or 13462176. OLE color: 13462176.
HSL color Cylindrical-coordinate representation of color #A06ACD: hue angle of 272.73º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A06ACD is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 106 | 205 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.20 |
| HSL | 272.73º | 0.5% | 0.61% | - |
| HSV(B) | 272.73º | 0.48% | 0.8% | - |
| XYZ | 30.67 | 22.19 | 60.42 | - |
| YUV | 133.43 | 168.39 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 205 | 0.22 | 0.48 | 0 | 0.20 | 272.73 | 0.5 | 0.61 |
| Hex | A0 | 6A | CD | 16 | 30 | 0 | 14 | 111 | 32 | 3D |
| Octal | 240 | 152 | 315 | 26 | 60 | 0 | 24 | 421 | 62 | 75 |
| Binary | 10100000 | 1101010 | 11001101 | 10110 | 110000 | 0 | 10100 | 100010001 | 110010 | 111101 |
Color Harmonies of #A06ACD
Complementary color
Monochromatic Colors of #A06ACD
Black with #A06ACD
Text Example
Text Example
White with #A06ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06ACD; }
p { color: rgb(160,106,205); }
H1.HeaderClassName
{
color: #A06ACD;
}
.AnyTagClassName
{
color: #A06ACD;
}
</style>
background-color css
<style>
a { background-color: #A06ACD; }
a { background-color: rgb(160,106,205); }
div.DivClassName
{
background-color: #A06ACD;
}
.BgClassName
{
background-color: #A06ACD;
}
</style>
border-color css
<style>
span { border-color: #A06ACD; }
span { border-color: rgb(160,106,205); }
td.TdClassName
{
border-color: #A06ACD;
}
.TagClassName
{
border-color: #A06ACD;
}
</style>