Shades of Amethyst #A268CB
Tints of Amethyst #A268CB
RGB
CMYK
RGB Variations
Color information
#A268CB (or 0xA268CB) is known color: Amethyst. HEX triplet: A2, 68 and CB. RGB value is (162,104,203). Sum of RGB (Red+Green+Blue) = 162+104+203=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #A268CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268CB is #5D9734. Grayscale: #848484. Windows color (decimal): -6133557 or 13330594. OLE color: 13330594.
HSL color Cylindrical-coordinate representation of color #A268CB: hue angle of 275.15º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A268CB is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 104 | 203 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.20 |
| HSL | 275.15º | 0.49% | 0.6% | - |
| HSV(B) | 275.15º | 0.49% | 0.8% | - |
| XYZ | 30.63 | 21.89 | 59.11 | - |
| YUV | 132.63 | 167.72 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 203 | 0.20 | 0.49 | 0 | 0.20 | 275.15 | 0.49 | 0.6 |
| Hex | A2 | 68 | CB | 14 | 31 | 0 | 14 | 113 | 31 | 3C |
| Octal | 242 | 150 | 313 | 24 | 61 | 0 | 24 | 423 | 61 | 74 |
| Binary | 10100010 | 1101000 | 11001011 | 10100 | 110001 | 0 | 10100 | 100010011 | 110001 | 111100 |
Color Harmonies of #A268CB
Complementary color
Monochromatic Colors of #A268CB
Black with #A268CB
Text Example
Text Example
White with #A268CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A268CB; }
p { color: rgb(162,104,203); }
H1.HeaderClassName
{
color: #A268CB;
}
.AnyTagClassName
{
color: #A268CB;
}
</style>
background-color css
<style>
a { background-color: #A268CB; }
a { background-color: rgb(162,104,203); }
div.DivClassName
{
background-color: #A268CB;
}
.BgClassName
{
background-color: #A268CB;
}
</style>
border-color css
<style>
span { border-color: #A268CB; }
span { border-color: rgb(162,104,203); }
td.TdClassName
{
border-color: #A268CB;
}
.TagClassName
{
border-color: #A268CB;
}
</style>