Shades of Amethyst #A262CB
Tints of Amethyst #A262CB
RGB
CMYK
RGB Variations
Color information
#A262CB (or 0xA262CB) is known color: Amethyst. HEX triplet: A2, 62 and CB. RGB value is (162,98,203). Sum of RGB (Red+Green+Blue) = 162+98+203=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #A262CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262CB is #5D9D34. Grayscale: #808080. Windows color (decimal): -6135093 or 13329058. OLE color: 13329058.
HSL color Cylindrical-coordinate representation of color #A262CB: hue angle of 276.57º 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 #A262CB is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 98 | 203 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.20 |
| HSL | 276.57º | 0.5% | 0.59% | - |
| HSV(B) | 276.57º | 0.52% | 0.8% | - |
| XYZ | 30.05 | 20.73 | 58.92 | - |
| YUV | 129.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 203 | 0.20 | 0.52 | 0 | 0.20 | 276.57 | 0.5 | 0.59 |
| Hex | A2 | 62 | CB | 14 | 34 | 0 | 14 | 115 | 32 | 3B |
| Octal | 242 | 142 | 313 | 24 | 64 | 0 | 24 | 425 | 62 | 73 |
| Binary | 10100010 | 1100010 | 11001011 | 10100 | 110100 | 0 | 10100 | 100010101 | 110010 | 111011 |
Color Harmonies of #A262CB
Complementary color
Monochromatic Colors of #A262CB
Black with #A262CB
Text Example
Text Example
White with #A262CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A262CB; }
p { color: rgb(162,98,203); }
H1.HeaderClassName
{
color: #A262CB;
}
.AnyTagClassName
{
color: #A262CB;
}
</style>
background-color css
<style>
a { background-color: #A262CB; }
a { background-color: rgb(162,98,203); }
div.DivClassName
{
background-color: #A262CB;
}
.BgClassName
{
background-color: #A262CB;
}
</style>
border-color css
<style>
span { border-color: #A262CB; }
span { border-color: rgb(162,98,203); }
td.TdClassName
{
border-color: #A262CB;
}
.TagClassName
{
border-color: #A262CB;
}
</style>