Shades of Amethyst #A268C7
Tints of Amethyst #A268C7
RGB
CMYK
RGB Variations
Color information
#A268C7 (or 0xA268C7) is known color: Amethyst. HEX triplet: A2, 68 and C7. RGB value is (162,104,199). Sum of RGB (Red+Green+Blue) = 162+104+199=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #A268C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268C7 is #5D9738. Grayscale: #838383. Windows color (decimal): -6133561 or 13068450. OLE color: 13068450.
HSL color Cylindrical-coordinate representation of color #A268C7: hue angle of 276.63º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A268C7 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 104 | 199 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.22 |
| HSL | 276.63º | 0.46% | 0.59% | - |
| HSV(B) | 276.63º | 0.48% | 0.78% | - |
| XYZ | 30.16 | 21.71 | 56.63 | - |
| YUV | 132.17 | 165.72 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 199 | 0.19 | 0.48 | 0 | 0.22 | 276.63 | 0.46 | 0.59 |
| Hex | A2 | 68 | C7 | 13 | 30 | 0 | 16 | 115 | 2E | 3B |
| Octal | 242 | 150 | 307 | 23 | 60 | 0 | 26 | 425 | 56 | 73 |
| Binary | 10100010 | 1101000 | 11000111 | 10011 | 110000 | 0 | 10110 | 100010101 | 101110 | 111011 |
Color Harmonies of #A268C7
Complementary color
Monochromatic Colors of #A268C7
Black with #A268C7
Text Example
Text Example
White with #A268C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A268C7; }
p { color: rgb(162,104,199); }
H1.HeaderClassName
{
color: #A268C7;
}
.AnyTagClassName
{
color: #A268C7;
}
</style>
background-color css
<style>
a { background-color: #A268C7; }
a { background-color: rgb(162,104,199); }
div.DivClassName
{
background-color: #A268C7;
}
.BgClassName
{
background-color: #A268C7;
}
</style>
border-color css
<style>
span { border-color: #A268C7; }
span { border-color: rgb(162,104,199); }
td.TdClassName
{
border-color: #A268C7;
}
.TagClassName
{
border-color: #A268C7;
}
</style>