Shades of Amethyst #A867D4
Tints of Amethyst #A867D4
RGB
CMYK
RGB Variations
Color information
#A867D4 (or 0xA867D4) is known color: Amethyst. HEX triplet: A8, 67 and D4. RGB value is (168,103,212). Sum of RGB (Red+Green+Blue) = 168+103+212=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #A867D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867D4 is #57982B. Grayscale: #868686. Windows color (decimal): -5740588 or 13920168. OLE color: 13920168.
HSL color Cylindrical-coordinate representation of color #A867D4: hue angle of 275.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A867D4 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 103 | 212 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.17 |
| HSL | 275.78º | 0.56% | 0.62% | - |
| HSV(B) | 275.78º | 0.51% | 0.83% | - |
| XYZ | 32.88 | 22.78 | 64.95 | - |
| YUV | 134.86 | 171.53 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 212 | 0.21 | 0.51 | 0 | 0.17 | 275.78 | 0.56 | 0.62 |
| Hex | A8 | 67 | D4 | 15 | 33 | 0 | 11 | 114 | 38 | 3E |
| Octal | 250 | 147 | 324 | 25 | 63 | 0 | 21 | 424 | 70 | 76 |
| Binary | 10101000 | 1100111 | 11010100 | 10101 | 110011 | 0 | 10001 | 100010100 | 111000 | 111110 |
Color Harmonies of #A867D4
Complementary color
Monochromatic Colors of #A867D4
Black with #A867D4
Text Example
Text Example
White with #A867D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867D4; }
p { color: rgb(168,103,212); }
H1.HeaderClassName
{
color: #A867D4;
}
.AnyTagClassName
{
color: #A867D4;
}
</style>
background-color css
<style>
a { background-color: #A867D4; }
a { background-color: rgb(168,103,212); }
div.DivClassName
{
background-color: #A867D4;
}
.BgClassName
{
background-color: #A867D4;
}
</style>
border-color css
<style>
span { border-color: #A867D4; }
span { border-color: rgb(168,103,212); }
td.TdClassName
{
border-color: #A867D4;
}
.TagClassName
{
border-color: #A867D4;
}
</style>