Shades of Amethyst #A868C4
Tints of Amethyst #A868C4
RGB
CMYK
RGB Variations
Color information
#A868C4 (or 0xA868C4) is known color: Amethyst. HEX triplet: A8, 68 and C4. RGB value is (168,104,196). Sum of RGB (Red+Green+Blue) = 168+104+196=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #A868C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868C4 is #57973B. Grayscale: #858585. Windows color (decimal): -5740348 or 12871848. OLE color: 12871848.
HSL color Cylindrical-coordinate representation of color #A868C4: hue angle of 281.74º 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 #A868C4 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 104 | 196 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.23 |
| HSL | 281.74º | 0.44% | 0.59% | - |
| HSV(B) | 281.74º | 0.47% | 0.77% | - |
| XYZ | 31.06 | 22.21 | 54.87 | - |
| YUV | 133.62 | 163.2 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 196 | 0.14 | 0.47 | 0 | 0.23 | 281.74 | 0.44 | 0.59 |
| Hex | A8 | 68 | C4 | E | 2F | 0 | 17 | 11A | 2C | 3B |
| Octal | 250 | 150 | 304 | 16 | 57 | 0 | 27 | 432 | 54 | 73 |
| Binary | 10101000 | 1101000 | 11000100 | 1110 | 101111 | 0 | 10111 | 100011010 | 101100 | 111011 |
Color Harmonies of #A868C4
Complementary color
Monochromatic Colors of #A868C4
Black with #A868C4
Text Example
Text Example
White with #A868C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A868C4; }
p { color: rgb(168,104,196); }
H1.HeaderClassName
{
color: #A868C4;
}
.AnyTagClassName
{
color: #A868C4;
}
</style>
background-color css
<style>
a { background-color: #A868C4; }
a { background-color: rgb(168,104,196); }
div.DivClassName
{
background-color: #A868C4;
}
.BgClassName
{
background-color: #A868C4;
}
</style>
border-color css
<style>
span { border-color: #A868C4; }
span { border-color: rgb(168,104,196); }
td.TdClassName
{
border-color: #A868C4;
}
.TagClassName
{
border-color: #A868C4;
}
</style>