Shades of Amethyst #A370CC
Tints of Amethyst #A370CC
RGB
CMYK
RGB Variations
Color information
#A370CC (or 0xA370CC) is known color: Amethyst. HEX triplet: A3, 70 and CC. RGB value is (163,112,204). Sum of RGB (Red+Green+Blue) = 163+112+204=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #A370CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370CC is #5C8F33. Grayscale: #898989. Windows color (decimal): -6065972 or 13398179. OLE color: 13398179.
HSL color Cylindrical-coordinate representation of color #A370CC: hue angle of 273.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 #A370CC is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 112 | 204 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.2 |
| HSL | 273.26º | 0.47% | 0.62% | - |
| HSV(B) | 273.26º | 0.45% | 0.8% | - |
| XYZ | 31.8 | 23.73 | 60.03 | - |
| YUV | 137.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 204 | 0.20 | 0.45 | 0 | 0.2 | 273.26 | 0.47 | 0.62 |
| Hex | A3 | 70 | CC | 14 | 2D | 0 | 14 | 111 | 2F | 3E |
| Octal | 243 | 160 | 314 | 24 | 55 | 0 | 24 | 421 | 57 | 76 |
| Binary | 10100011 | 1110000 | 11001100 | 10100 | 101101 | 0 | 10100 | 100010001 | 101111 | 111110 |
Color Harmonies of #A370CC
Complementary color
Monochromatic Colors of #A370CC
Black with #A370CC
Text Example
Text Example
White with #A370CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A370CC; }
p { color: rgb(163,112,204); }
H1.HeaderClassName
{
color: #A370CC;
}
.AnyTagClassName
{
color: #A370CC;
}
</style>
background-color css
<style>
a { background-color: #A370CC; }
a { background-color: rgb(163,112,204); }
div.DivClassName
{
background-color: #A370CC;
}
.BgClassName
{
background-color: #A370CC;
}
</style>
border-color css
<style>
span { border-color: #A370CC; }
span { border-color: rgb(163,112,204); }
td.TdClassName
{
border-color: #A370CC;
}
.TagClassName
{
border-color: #A370CC;
}
</style>