Shades of Amethyst #A26BCA
Tints of Amethyst #A26BCA
RGB
CMYK
RGB Variations
Color information
#A26BCA (or 0xA26BCA) is known color: Amethyst. HEX triplet: A2, 6B and CA. RGB value is (162,107,202). Sum of RGB (Red+Green+Blue) = 162+107+202=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #A26BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26BCA is #5D9435. Grayscale: #858585. Windows color (decimal): -6132790 or 13265826. OLE color: 13265826.
HSL color Cylindrical-coordinate representation of color #A26BCA: hue angle of 274.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A26BCA is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 107 | 202 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.21 |
| HSL | 274.74º | 0.47% | 0.61% | - |
| HSV(B) | 274.74º | 0.47% | 0.79% | - |
| XYZ | 30.82 | 22.46 | 58.59 | - |
| YUV | 134.28 | 166.22 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 202 | 0.20 | 0.47 | 0 | 0.21 | 274.74 | 0.47 | 0.61 |
| Hex | A2 | 6B | CA | 14 | 2F | 0 | 15 | 113 | 2F | 3D |
| Octal | 242 | 153 | 312 | 24 | 57 | 0 | 25 | 423 | 57 | 75 |
| Binary | 10100010 | 1101011 | 11001010 | 10100 | 101111 | 0 | 10101 | 100010011 | 101111 | 111101 |
Color Harmonies of #A26BCA
Complementary color
Monochromatic Colors of #A26BCA
Black with #A26BCA
Text Example
Text Example
White with #A26BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26BCA; }
p { color: rgb(162,107,202); }
H1.HeaderClassName
{
color: #A26BCA;
}
.AnyTagClassName
{
color: #A26BCA;
}
</style>
background-color css
<style>
a { background-color: #A26BCA; }
a { background-color: rgb(162,107,202); }
div.DivClassName
{
background-color: #A26BCA;
}
.BgClassName
{
background-color: #A26BCA;
}
</style>
border-color css
<style>
span { border-color: #A26BCA; }
span { border-color: rgb(162,107,202); }
td.TdClassName
{
border-color: #A26BCA;
}
.TagClassName
{
border-color: #A26BCA;
}
</style>