Shades of Amethyst #A670CB
Tints of Amethyst #A670CB
RGB
CMYK
RGB Variations
Color information
#A670CB (or 0xA670CB) is known color: Amethyst. HEX triplet: A6, 70 and CB. RGB value is (166,112,203). Sum of RGB (Red+Green+Blue) = 166+112+203=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #A670CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670CB is #598F34. Grayscale: #8A8A8A. Windows color (decimal): -5869365 or 13332646. OLE color: 13332646.
HSL color Cylindrical-coordinate representation of color #A670CB: hue angle of 275.6º 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 #A670CB is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 112 | 203 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.20 |
| HSL | 275.6º | 0.47% | 0.62% | - |
| HSV(B) | 275.6º | 0.45% | 0.8% | - |
| XYZ | 32.3 | 24.01 | 59.43 | - |
| YUV | 138.52 | 164.39 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 203 | 0.18 | 0.45 | 0 | 0.20 | 275.6 | 0.47 | 0.62 |
| Hex | A6 | 70 | CB | 12 | 2D | 0 | 14 | 114 | 2F | 3E |
| Octal | 246 | 160 | 313 | 22 | 55 | 0 | 24 | 424 | 57 | 76 |
| Binary | 10100110 | 1110000 | 11001011 | 10010 | 101101 | 0 | 10100 | 100010100 | 101111 | 111110 |
Color Harmonies of #A670CB
Complementary color
Monochromatic Colors of #A670CB
Black with #A670CB
Text Example
Text Example
White with #A670CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A670CB; }
p { color: rgb(166,112,203); }
H1.HeaderClassName
{
color: #A670CB;
}
.AnyTagClassName
{
color: #A670CB;
}
</style>
background-color css
<style>
a { background-color: #A670CB; }
a { background-color: rgb(166,112,203); }
div.DivClassName
{
background-color: #A670CB;
}
.BgClassName
{
background-color: #A670CB;
}
</style>
border-color css
<style>
span { border-color: #A670CB; }
span { border-color: rgb(166,112,203); }
td.TdClassName
{
border-color: #A670CB;
}
.TagClassName
{
border-color: #A670CB;
}
</style>