Shades of Amethyst #A26BCB
Tints of Amethyst #A26BCB
RGB
CMYK
RGB Variations
Color information
#A26BCB (or 0xA26BCB) is known color: Amethyst. HEX triplet: A2, 6B and CB. RGB value is (162,107,203). Sum of RGB (Red+Green+Blue) = 162+107+203=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #A26BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BCB is #5D9434. Grayscale: #868686. Windows color (decimal): -6132789 or 13331362. OLE color: 13331362.
HSL color Cylindrical-coordinate representation of color #A26BCB: hue angle of 274.38º 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 #A26BCB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 107 | 203 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.20 |
| HSL | 274.38º | 0.48% | 0.61% | - |
| HSV(B) | 274.38º | 0.47% | 0.8% | - |
| XYZ | 30.94 | 22.51 | 59.21 | - |
| YUV | 134.39 | 166.72 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 203 | 0.20 | 0.47 | 0 | 0.20 | 274.38 | 0.48 | 0.61 |
| Hex | A2 | 6B | CB | 14 | 2F | 0 | 14 | 112 | 30 | 3D |
| Octal | 242 | 153 | 313 | 24 | 57 | 0 | 24 | 422 | 60 | 75 |
| Binary | 10100010 | 1101011 | 11001011 | 10100 | 101111 | 0 | 10100 | 100010010 | 110000 | 111101 |
Color Harmonies of #A26BCB
Complementary color
Monochromatic Colors of #A26BCB
Black with #A26BCB
Text Example
Text Example
White with #A26BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26BCB; }
p { color: rgb(162,107,203); }
H1.HeaderClassName
{
color: #A26BCB;
}
.AnyTagClassName
{
color: #A26BCB;
}
</style>
background-color css
<style>
a { background-color: #A26BCB; }
a { background-color: rgb(162,107,203); }
div.DivClassName
{
background-color: #A26BCB;
}
.BgClassName
{
background-color: #A26BCB;
}
</style>
border-color css
<style>
span { border-color: #A26BCB; }
span { border-color: rgb(162,107,203); }
td.TdClassName
{
border-color: #A26BCB;
}
.TagClassName
{
border-color: #A26BCB;
}
</style>