Shades of Amethyst #A366C4
Tints of Amethyst #A366C4
RGB
CMYK
RGB Variations
Color information
#A366C4 (or 0xA366C4) is known color: Amethyst. HEX triplet: A3, 66 and C4. RGB value is (163,102,196). Sum of RGB (Red+Green+Blue) = 163+102+196=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #A366C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366C4 is #5C993B. Grayscale: #828282. Windows color (decimal): -6068540 or 12871331. OLE color: 12871331.
HSL color Cylindrical-coordinate representation of color #A366C4: hue angle of 278.94º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A366C4 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 102 | 196 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.23 |
| HSL | 278.94º | 0.44% | 0.58% | - |
| HSV(B) | 278.94º | 0.48% | 0.77% | - |
| XYZ | 29.82 | 21.27 | 54.76 | - |
| YUV | 130.96 | 164.71 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 196 | 0.17 | 0.48 | 0 | 0.23 | 278.94 | 0.44 | 0.58 |
| Hex | A3 | 66 | C4 | 11 | 30 | 0 | 17 | 117 | 2C | 3A |
| Octal | 243 | 146 | 304 | 21 | 60 | 0 | 27 | 427 | 54 | 72 |
| Binary | 10100011 | 1100110 | 11000100 | 10001 | 110000 | 0 | 10111 | 100010111 | 101100 | 111010 |
Color Harmonies of #A366C4
Complementary color
Monochromatic Colors of #A366C4
Black with #A366C4
Text Example
Text Example
White with #A366C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366C4; }
p { color: rgb(163,102,196); }
H1.HeaderClassName
{
color: #A366C4;
}
.AnyTagClassName
{
color: #A366C4;
}
</style>
background-color css
<style>
a { background-color: #A366C4; }
a { background-color: rgb(163,102,196); }
div.DivClassName
{
background-color: #A366C4;
}
.BgClassName
{
background-color: #A366C4;
}
</style>
border-color css
<style>
span { border-color: #A366C4; }
span { border-color: rgb(163,102,196); }
td.TdClassName
{
border-color: #A366C4;
}
.TagClassName
{
border-color: #A366C4;
}
</style>