Shades of Amethyst #A26FCC
Tints of Amethyst #A26FCC
RGB
CMYK
RGB Variations
Color information
#A26FCC (or 0xA26FCC) is known color: Amethyst. HEX triplet: A2, 6F and CC. RGB value is (162,111,204). Sum of RGB (Red+Green+Blue) = 162+111+204=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #A26FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26FCC is #5D9033. Grayscale: #888888. Windows color (decimal): -6131764 or 13397922. OLE color: 13397922.
HSL color Cylindrical-coordinate representation of color #A26FCC: hue angle of 272.9º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A26FCC is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 111 | 204 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.2 |
| HSL | 272.9º | 0.48% | 0.62% | - |
| HSV(B) | 272.9º | 0.46% | 0.8% | - |
| XYZ | 31.48 | 23.41 | 59.99 | - |
| YUV | 136.85 | 165.9 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 204 | 0.21 | 0.46 | 0 | 0.2 | 272.9 | 0.48 | 0.62 |
| Hex | A2 | 6F | CC | 15 | 2E | 0 | 14 | 111 | 30 | 3E |
| Octal | 242 | 157 | 314 | 25 | 56 | 0 | 24 | 421 | 60 | 76 |
| Binary | 10100010 | 1101111 | 11001100 | 10101 | 101110 | 0 | 10100 | 100010001 | 110000 | 111110 |
Color Harmonies of #A26FCC
Complementary color
Monochromatic Colors of #A26FCC
Black with #A26FCC
Text Example
Text Example
White with #A26FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26FCC; }
p { color: rgb(162,111,204); }
H1.HeaderClassName
{
color: #A26FCC;
}
.AnyTagClassName
{
color: #A26FCC;
}
</style>
background-color css
<style>
a { background-color: #A26FCC; }
a { background-color: rgb(162,111,204); }
div.DivClassName
{
background-color: #A26FCC;
}
.BgClassName
{
background-color: #A26FCC;
}
</style>
border-color css
<style>
span { border-color: #A26FCC; }
span { border-color: rgb(162,111,204); }
td.TdClassName
{
border-color: #A26FCC;
}
.TagClassName
{
border-color: #A26FCC;
}
</style>