Shades of Amethyst #A26CCB
Tints of Amethyst #A26CCB
RGB
CMYK
RGB Variations
Color information
#A26CCB (or 0xA26CCB) is known color: Amethyst. HEX triplet: A2, 6C and CB. RGB value is (162,108,203). Sum of RGB (Red+Green+Blue) = 162+108+203=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #A26CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CCB is #5D9334. Grayscale: #868686. Windows color (decimal): -6132533 or 13331618. OLE color: 13331618.
HSL color Cylindrical-coordinate representation of color #A26CCB: hue angle of 274.11º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A26CCB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 108 | 203 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.20 |
| HSL | 274.11º | 0.48% | 0.61% | - |
| HSV(B) | 274.11º | 0.47% | 0.8% | - |
| XYZ | 31.04 | 22.72 | 59.25 | - |
| YUV | 134.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 203 | 0.20 | 0.47 | 0 | 0.20 | 274.11 | 0.48 | 0.61 |
| Hex | A2 | 6C | CB | 14 | 2F | 0 | 14 | 112 | 30 | 3D |
| Octal | 242 | 154 | 313 | 24 | 57 | 0 | 24 | 422 | 60 | 75 |
| Binary | 10100010 | 1101100 | 11001011 | 10100 | 101111 | 0 | 10100 | 100010010 | 110000 | 111101 |
Color Harmonies of #A26CCB
Complementary color
Monochromatic Colors of #A26CCB
Black with #A26CCB
Text Example
Text Example
White with #A26CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26CCB; }
p { color: rgb(162,108,203); }
H1.HeaderClassName
{
color: #A26CCB;
}
.AnyTagClassName
{
color: #A26CCB;
}
</style>
background-color css
<style>
a { background-color: #A26CCB; }
a { background-color: rgb(162,108,203); }
div.DivClassName
{
background-color: #A26CCB;
}
.BgClassName
{
background-color: #A26CCB;
}
</style>
border-color css
<style>
span { border-color: #A26CCB; }
span { border-color: rgb(162,108,203); }
td.TdClassName
{
border-color: #A26CCB;
}
.TagClassName
{
border-color: #A26CCB;
}
</style>