Shades of Amethyst #A867C4
Tints of Amethyst #A867C4
RGB
CMYK
RGB Variations
Color information
#A867C4 (or 0xA867C4) is known color: Amethyst. HEX triplet: A8, 67 and C4. RGB value is (168,103,196). Sum of RGB (Red+Green+Blue) = 168+103+196=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #A867C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867C4 is #57983B. Grayscale: #848484. Windows color (decimal): -5740604 or 12871592. OLE color: 12871592.
HSL color Cylindrical-coordinate representation of color #A867C4: hue angle of 281.94º 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 #A867C4 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 103 | 196 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.23 |
| HSL | 281.94º | 0.44% | 0.59% | - |
| HSV(B) | 281.94º | 0.47% | 0.77% | - |
| XYZ | 30.96 | 22.01 | 54.84 | - |
| YUV | 133.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 196 | 0.14 | 0.47 | 0 | 0.23 | 281.94 | 0.44 | 0.59 |
| Hex | A8 | 67 | C4 | E | 2F | 0 | 17 | 11A | 2C | 3B |
| Octal | 250 | 147 | 304 | 16 | 57 | 0 | 27 | 432 | 54 | 73 |
| Binary | 10101000 | 1100111 | 11000100 | 1110 | 101111 | 0 | 10111 | 100011010 | 101100 | 111011 |
Color Harmonies of #A867C4
Complementary color
Monochromatic Colors of #A867C4
Black with #A867C4
Text Example
Text Example
White with #A867C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867C4; }
p { color: rgb(168,103,196); }
H1.HeaderClassName
{
color: #A867C4;
}
.AnyTagClassName
{
color: #A867C4;
}
</style>
background-color css
<style>
a { background-color: #A867C4; }
a { background-color: rgb(168,103,196); }
div.DivClassName
{
background-color: #A867C4;
}
.BgClassName
{
background-color: #A867C4;
}
</style>
border-color css
<style>
span { border-color: #A867C4; }
span { border-color: rgb(168,103,196); }
td.TdClassName
{
border-color: #A867C4;
}
.TagClassName
{
border-color: #A867C4;
}
</style>