Shades of Amethyst #A167CB
Tints of Amethyst #A167CB
RGB
CMYK
RGB Variations
Color information
#A167CB (or 0xA167CB) is known color: Amethyst. HEX triplet: A1, 67 and CB. RGB value is (161,103,203). Sum of RGB (Red+Green+Blue) = 161+103+203=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #A167CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167CB is #5E9834. Grayscale: #838383. Windows color (decimal): -6199349 or 13330337. OLE color: 13330337.
HSL color Cylindrical-coordinate representation of color #A167CB: hue angle of 274.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A167CB is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 103 | 203 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.20 |
| HSL | 274.8º | 0.49% | 0.6% | - |
| HSV(B) | 274.8º | 0.49% | 0.8% | - |
| XYZ | 30.33 | 21.59 | 59.07 | - |
| YUV | 131.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 103 | 203 | 0.21 | 0.49 | 0 | 0.20 | 274.8 | 0.49 | 0.6 |
| Hex | A1 | 67 | CB | 15 | 31 | 0 | 14 | 113 | 31 | 3C |
| Octal | 241 | 147 | 313 | 25 | 61 | 0 | 24 | 423 | 61 | 74 |
| Binary | 10100001 | 1100111 | 11001011 | 10101 | 110001 | 0 | 10100 | 100010011 | 110001 | 111100 |
Color Harmonies of #A167CB
Complementary color
Monochromatic Colors of #A167CB
Black with #A167CB
Text Example
Text Example
White with #A167CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A167CB; }
p { color: rgb(161,103,203); }
H1.HeaderClassName
{
color: #A167CB;
}
.AnyTagClassName
{
color: #A167CB;
}
</style>
background-color css
<style>
a { background-color: #A167CB; }
a { background-color: rgb(161,103,203); }
div.DivClassName
{
background-color: #A167CB;
}
.BgClassName
{
background-color: #A167CB;
}
</style>
border-color css
<style>
span { border-color: #A167CB; }
span { border-color: rgb(161,103,203); }
td.TdClassName
{
border-color: #A167CB;
}
.TagClassName
{
border-color: #A167CB;
}
</style>