Shades of Amethyst #A661CB
Tints of Amethyst #A661CB
RGB
CMYK
RGB Variations
Color information
#A661CB (or 0xA661CB) is known color: Amethyst. HEX triplet: A6, 61 and CB. RGB value is (166,97,203). Sum of RGB (Red+Green+Blue) = 166+97+203=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 97 (38.28% from 255 or 20.82% 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 #A661CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661CB is #599E34. Grayscale: #818181. Windows color (decimal): -5873205 or 13328806. OLE color: 13328806.
HSL color Cylindrical-coordinate representation of color #A661CB: hue angle of 279.06º 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 #A661CB is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 97 | 203 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.20 |
| HSL | 279.06º | 0.5% | 0.59% | - |
| HSV(B) | 279.06º | 0.52% | 0.8% | - |
| XYZ | 30.78 | 20.97 | 58.92 | - |
| YUV | 129.72 | 169.36 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 203 | 0.18 | 0.52 | 0 | 0.20 | 279.06 | 0.5 | 0.59 |
| Hex | A6 | 61 | CB | 12 | 34 | 0 | 14 | 117 | 32 | 3B |
| Octal | 246 | 141 | 313 | 22 | 64 | 0 | 24 | 427 | 62 | 73 |
| Binary | 10100110 | 1100001 | 11001011 | 10010 | 110100 | 0 | 10100 | 100010111 | 110010 | 111011 |
Color Harmonies of #A661CB
Complementary color
Monochromatic Colors of #A661CB
Black with #A661CB
Text Example
Text Example
White with #A661CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A661CB; }
p { color: rgb(166,97,203); }
H1.HeaderClassName
{
color: #A661CB;
}
.AnyTagClassName
{
color: #A661CB;
}
</style>
background-color css
<style>
a { background-color: #A661CB; }
a { background-color: rgb(166,97,203); }
div.DivClassName
{
background-color: #A661CB;
}
.BgClassName
{
background-color: #A661CB;
}
</style>
border-color css
<style>
span { border-color: #A661CB; }
span { border-color: rgb(166,97,203); }
td.TdClassName
{
border-color: #A661CB;
}
.TagClassName
{
border-color: #A661CB;
}
</style>