Shades of Amethyst #A268C4
Tints of Amethyst #A268C4
RGB
CMYK
RGB Variations
Color information
#A268C4 (or 0xA268C4) is known color: Amethyst. HEX triplet: A2, 68 and C4. RGB value is (162,104,196). Sum of RGB (Red+Green+Blue) = 162+104+196=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 196 - color contains mainly: blue. Hex color #A268C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268C4 is #5D973B. Grayscale: #838383. Windows color (decimal): -6133564 or 12871842. OLE color: 12871842.
HSL color Cylindrical-coordinate representation of color #A268C4: hue angle of 277.83º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A268C4 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 104 | 196 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.23 |
| HSL | 277.83º | 0.44% | 0.59% | - |
| HSV(B) | 277.83º | 0.47% | 0.77% | - |
| XYZ | 29.81 | 21.57 | 54.82 | - |
| YUV | 131.83 | 164.22 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 196 | 0.17 | 0.47 | 0 | 0.23 | 277.83 | 0.44 | 0.59 |
| Hex | A2 | 68 | C4 | 11 | 2F | 0 | 17 | 116 | 2C | 3B |
| Octal | 242 | 150 | 304 | 21 | 57 | 0 | 27 | 426 | 54 | 73 |
| Binary | 10100010 | 1101000 | 11000100 | 10001 | 101111 | 0 | 10111 | 100010110 | 101100 | 111011 |
Color Harmonies of #A268C4
Complementary color
Monochromatic Colors of #A268C4
Black with #A268C4
Text Example
Text Example
White with #A268C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A268C4; }
p { color: rgb(162,104,196); }
H1.HeaderClassName
{
color: #A268C4;
}
.AnyTagClassName
{
color: #A268C4;
}
</style>
background-color css
<style>
a { background-color: #A268C4; }
a { background-color: rgb(162,104,196); }
div.DivClassName
{
background-color: #A268C4;
}
.BgClassName
{
background-color: #A268C4;
}
</style>
border-color css
<style>
span { border-color: #A268C4; }
span { border-color: rgb(162,104,196); }
td.TdClassName
{
border-color: #A268C4;
}
.TagClassName
{
border-color: #A268C4;
}
</style>