Shades of Amethyst #A367CC
Tints of Amethyst #A367CC
RGB
CMYK
RGB Variations
Color information
#A367CC (or 0xA367CC) is known color: Amethyst. HEX triplet: A3, 67 and CC. RGB value is (163,103,204). Sum of RGB (Red+Green+Blue) = 163+103+204=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #A367CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367CC is #5C9833. Grayscale: #848484. Windows color (decimal): -6068276 or 13395875. OLE color: 13395875.
HSL color Cylindrical-coordinate representation of color #A367CC: hue angle of 275.64º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A367CC is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 103 | 204 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.2 |
| HSL | 275.64º | 0.5% | 0.6% | - |
| HSV(B) | 275.64º | 0.5% | 0.8% | - |
| XYZ | 30.85 | 21.85 | 59.72 | - |
| YUV | 132.45 | 168.38 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 204 | 0.20 | 0.50 | 0 | 0.2 | 275.64 | 0.5 | 0.6 |
| Hex | A3 | 67 | CC | 14 | 32 | 0 | 14 | 114 | 32 | 3C |
| Octal | 243 | 147 | 314 | 24 | 62 | 0 | 24 | 424 | 62 | 74 |
| Binary | 10100011 | 1100111 | 11001100 | 10100 | 110010 | 0 | 10100 | 100010100 | 110010 | 111100 |
Color Harmonies of #A367CC
Complementary color
Monochromatic Colors of #A367CC
Black with #A367CC
Text Example
Text Example
White with #A367CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A367CC; }
p { color: rgb(163,103,204); }
H1.HeaderClassName
{
color: #A367CC;
}
.AnyTagClassName
{
color: #A367CC;
}
</style>
background-color css
<style>
a { background-color: #A367CC; }
a { background-color: rgb(163,103,204); }
div.DivClassName
{
background-color: #A367CC;
}
.BgClassName
{
background-color: #A367CC;
}
</style>
border-color css
<style>
span { border-color: #A367CC; }
span { border-color: rgb(163,103,204); }
td.TdClassName
{
border-color: #A367CC;
}
.TagClassName
{
border-color: #A367CC;
}
</style>