Shades of Amethyst #A374CC
Tints of Amethyst #A374CC
RGB
CMYK
RGB Variations
Color information
#A374CC (or 0xA374CC) is known color: Amethyst. HEX triplet: A3, 74 and CC. RGB value is (163,116,204). Sum of RGB (Red+Green+Blue) = 163+116+204=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #A374CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374CC is #5C8B33. Grayscale: #8B8B8B. Windows color (decimal): -6064948 or 13399203. OLE color: 13399203.
HSL color Cylindrical-coordinate representation of color #A374CC: hue angle of 272.05º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A374CC is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 116 | 204 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.2 |
| HSL | 272.05º | 0.46% | 0.63% | - |
| HSV(B) | 272.05º | 0.43% | 0.8% | - |
| XYZ | 32.25 | 24.64 | 60.18 | - |
| YUV | 140.09 | 164.07 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 204 | 0.20 | 0.43 | 0 | 0.2 | 272.05 | 0.46 | 0.63 |
| Hex | A3 | 74 | CC | 14 | 2B | 0 | 14 | 110 | 2E | 3F |
| Octal | 243 | 164 | 314 | 24 | 53 | 0 | 24 | 420 | 56 | 77 |
| Binary | 10100011 | 1110100 | 11001100 | 10100 | 101011 | 0 | 10100 | 100010000 | 101110 | 111111 |
Color Harmonies of #A374CC
Complementary color
Monochromatic Colors of #A374CC
Black with #A374CC
Text Example
Text Example
White with #A374CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A374CC; }
p { color: rgb(163,116,204); }
H1.HeaderClassName
{
color: #A374CC;
}
.AnyTagClassName
{
color: #A374CC;
}
</style>
background-color css
<style>
a { background-color: #A374CC; }
a { background-color: rgb(163,116,204); }
div.DivClassName
{
background-color: #A374CC;
}
.BgClassName
{
background-color: #A374CC;
}
</style>
border-color css
<style>
span { border-color: #A374CC; }
span { border-color: rgb(163,116,204); }
td.TdClassName
{
border-color: #A374CC;
}
.TagClassName
{
border-color: #A374CC;
}
</style>