Shades of Amethyst #A461CB
Tints of Amethyst #A461CB
RGB
CMYK
RGB Variations
Color information
#A461CB (or 0xA461CB) is known color: Amethyst. HEX triplet: A4, 61 and CB. RGB value is (164,97,203). Sum of RGB (Red+Green+Blue) = 164+97+203=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #A461CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A461CB is #5B9E34. Grayscale: #808080. Windows color (decimal): -6004277 or 13328804. OLE color: 13328804.
HSL color Cylindrical-coordinate representation of color #A461CB: hue angle of 277.92º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A461CB is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 97 | 203 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.20 |
| HSL | 277.92º | 0.5% | 0.59% | - |
| HSV(B) | 277.92º | 0.52% | 0.8% | - |
| XYZ | 30.36 | 20.75 | 58.91 | - |
| YUV | 129.12 | 169.7 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 203 | 0.19 | 0.52 | 0 | 0.20 | 277.92 | 0.5 | 0.59 |
| Hex | A4 | 61 | CB | 13 | 34 | 0 | 14 | 116 | 32 | 3B |
| Octal | 244 | 141 | 313 | 23 | 64 | 0 | 24 | 426 | 62 | 73 |
| Binary | 10100100 | 1100001 | 11001011 | 10011 | 110100 | 0 | 10100 | 100010110 | 110010 | 111011 |
Color Harmonies of #A461CB
Complementary color
Monochromatic Colors of #A461CB
Black with #A461CB
Text Example
Text Example
White with #A461CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A461CB; }
p { color: rgb(164,97,203); }
H1.HeaderClassName
{
color: #A461CB;
}
.AnyTagClassName
{
color: #A461CB;
}
</style>
background-color css
<style>
a { background-color: #A461CB; }
a { background-color: rgb(164,97,203); }
div.DivClassName
{
background-color: #A461CB;
}
.BgClassName
{
background-color: #A461CB;
}
</style>
border-color css
<style>
span { border-color: #A461CB; }
span { border-color: rgb(164,97,203); }
td.TdClassName
{
border-color: #A461CB;
}
.TagClassName
{
border-color: #A461CB;
}
</style>