Shades of Amethyst #AC70CB
Tints of Amethyst #AC70CB
RGB
CMYK
RGB Variations
Color information
#AC70CB (or 0xAC70CB) is known color: Amethyst. HEX triplet: AC, 70 and CB. RGB value is (172,112,203). Sum of RGB (Red+Green+Blue) = 172+112+203=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC70CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70CB is #538F34. Grayscale: #8C8C8C. Windows color (decimal): -5476149 or 13332652. OLE color: 13332652.
HSL color Cylindrical-coordinate representation of color #AC70CB: hue angle of 279.56º 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 #AC70CB is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 112 | 203 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.20 |
| HSL | 279.56º | 0.47% | 0.62% | - |
| HSV(B) | 279.56º | 0.45% | 0.8% | - |
| XYZ | 33.59 | 24.67 | 59.49 | - |
| YUV | 140.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 203 | 0.15 | 0.45 | 0 | 0.20 | 279.56 | 0.47 | 0.62 |
| Hex | AC | 70 | CB | F | 2D | 0 | 14 | 118 | 2F | 3E |
| Octal | 254 | 160 | 313 | 17 | 55 | 0 | 24 | 430 | 57 | 76 |
| Binary | 10101100 | 1110000 | 11001011 | 1111 | 101101 | 0 | 10100 | 100011000 | 101111 | 111110 |
Color Harmonies of #AC70CB
Complementary color
Monochromatic Colors of #AC70CB
Black with #AC70CB
Text Example
Text Example
White with #AC70CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC70CB; }
p { color: rgb(172,112,203); }
H1.HeaderClassName
{
color: #AC70CB;
}
.AnyTagClassName
{
color: #AC70CB;
}
</style>
background-color css
<style>
a { background-color: #AC70CB; }
a { background-color: rgb(172,112,203); }
div.DivClassName
{
background-color: #AC70CB;
}
.BgClassName
{
background-color: #AC70CB;
}
</style>
border-color css
<style>
span { border-color: #AC70CB; }
span { border-color: rgb(172,112,203); }
td.TdClassName
{
border-color: #AC70CB;
}
.TagClassName
{
border-color: #AC70CB;
}
</style>