Shades of Amethyst #A770CB
Tints of Amethyst #A770CB
RGB
CMYK
RGB Variations
Color information
#A770CB (or 0xA770CB) is known color: Amethyst. HEX triplet: A7, 70 and CB. RGB value is (167,112,203). Sum of RGB (Red+Green+Blue) = 167+112+203=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #A770CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770CB is #588F34. Grayscale: #8A8A8A. Windows color (decimal): -5803829 or 13332647. OLE color: 13332647.
HSL color Cylindrical-coordinate representation of color #A770CB: hue angle of 276.26º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A770CB is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 112 | 203 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.20 |
| HSL | 276.26º | 0.47% | 0.62% | - |
| HSV(B) | 276.26º | 0.45% | 0.8% | - |
| XYZ | 32.51 | 24.12 | 59.44 | - |
| YUV | 138.82 | 164.22 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 112 | 203 | 0.18 | 0.45 | 0 | 0.20 | 276.26 | 0.47 | 0.62 |
| Hex | A7 | 70 | CB | 12 | 2D | 0 | 14 | 114 | 2F | 3E |
| Octal | 247 | 160 | 313 | 22 | 55 | 0 | 24 | 424 | 57 | 76 |
| Binary | 10100111 | 1110000 | 11001011 | 10010 | 101101 | 0 | 10100 | 100010100 | 101111 | 111110 |
Color Harmonies of #A770CB
Complementary color
Monochromatic Colors of #A770CB
Black with #A770CB
Text Example
Text Example
White with #A770CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A770CB; }
p { color: rgb(167,112,203); }
H1.HeaderClassName
{
color: #A770CB;
}
.AnyTagClassName
{
color: #A770CB;
}
</style>
background-color css
<style>
a { background-color: #A770CB; }
a { background-color: rgb(167,112,203); }
div.DivClassName
{
background-color: #A770CB;
}
.BgClassName
{
background-color: #A770CB;
}
</style>
border-color css
<style>
span { border-color: #A770CB; }
span { border-color: rgb(167,112,203); }
td.TdClassName
{
border-color: #A770CB;
}
.TagClassName
{
border-color: #A770CB;
}
</style>