Shades of Amethyst #A267C5
Tints of Amethyst #A267C5
RGB
CMYK
RGB Variations
Color information
#A267C5 (or 0xA267C5) is known color: Amethyst. HEX triplet: A2, 67 and C5. RGB value is (162,103,197). Sum of RGB (Red+Green+Blue) = 162+103+197=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 197 - color contains mainly: blue. Hex color #A267C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267C5 is #5D983A. Grayscale: #838383. Windows color (decimal): -6133819 or 12937122. OLE color: 12937122.
HSL color Cylindrical-coordinate representation of color #A267C5: hue angle of 277.66º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A267C5 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 103 | 197 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.23 |
| HSL | 277.66º | 0.45% | 0.59% | - |
| HSV(B) | 277.66º | 0.48% | 0.77% | - |
| XYZ | 29.83 | 21.41 | 55.38 | - |
| YUV | 131.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 197 | 0.18 | 0.48 | 0 | 0.23 | 277.66 | 0.45 | 0.59 |
| Hex | A2 | 67 | C5 | 12 | 30 | 0 | 17 | 116 | 2D | 3B |
| Octal | 242 | 147 | 305 | 22 | 60 | 0 | 27 | 426 | 55 | 73 |
| Binary | 10100010 | 1100111 | 11000101 | 10010 | 110000 | 0 | 10111 | 100010110 | 101101 | 111011 |
Color Harmonies of #A267C5
Complementary color
Monochromatic Colors of #A267C5
Black with #A267C5
Text Example
Text Example
White with #A267C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A267C5; }
p { color: rgb(162,103,197); }
H1.HeaderClassName
{
color: #A267C5;
}
.AnyTagClassName
{
color: #A267C5;
}
</style>
background-color css
<style>
a { background-color: #A267C5; }
a { background-color: rgb(162,103,197); }
div.DivClassName
{
background-color: #A267C5;
}
.BgClassName
{
background-color: #A267C5;
}
</style>
border-color css
<style>
span { border-color: #A267C5; }
span { border-color: rgb(162,103,197); }
td.TdClassName
{
border-color: #A267C5;
}
.TagClassName
{
border-color: #A267C5;
}
</style>