Shades of Amethyst #A760CB
Tints of Amethyst #A760CB
RGB
CMYK
RGB Variations
Color information
#A760CB (or 0xA760CB) is known color: Amethyst. HEX triplet: A7, 60 and CB. RGB value is (167,96,203). Sum of RGB (Red+Green+Blue) = 167+96+203=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #A760CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760CB is #589F34. Grayscale: #818181. Windows color (decimal): -5807925 or 13328551. OLE color: 13328551.
HSL color Cylindrical-coordinate representation of color #A760CB: hue angle of 279.81º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A760CB is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 96 | 203 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.20 |
| HSL | 279.81º | 0.51% | 0.59% | - |
| HSV(B) | 279.81º | 0.53% | 0.8% | - |
| XYZ | 30.9 | 20.89 | 58.9 | - |
| YUV | 129.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 96 | 203 | 0.18 | 0.53 | 0 | 0.20 | 279.81 | 0.51 | 0.59 |
| Hex | A7 | 60 | CB | 12 | 35 | 0 | 14 | 118 | 33 | 3B |
| Octal | 247 | 140 | 313 | 22 | 65 | 0 | 24 | 430 | 63 | 73 |
| Binary | 10100111 | 1100000 | 11001011 | 10010 | 110101 | 0 | 10100 | 100011000 | 110011 | 111011 |
Color Harmonies of #A760CB
Complementary color
Monochromatic Colors of #A760CB
Black with #A760CB
Text Example
Text Example
White with #A760CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A760CB; }
p { color: rgb(167,96,203); }
H1.HeaderClassName
{
color: #A760CB;
}
.AnyTagClassName
{
color: #A760CB;
}
</style>
background-color css
<style>
a { background-color: #A760CB; }
a { background-color: rgb(167,96,203); }
div.DivClassName
{
background-color: #A760CB;
}
.BgClassName
{
background-color: #A760CB;
}
</style>
border-color css
<style>
span { border-color: #A760CB; }
span { border-color: rgb(167,96,203); }
td.TdClassName
{
border-color: #A760CB;
}
.TagClassName
{
border-color: #A760CB;
}
</style>