Shades of Amethyst #A25BCB
Tints of Amethyst #A25BCB
RGB
CMYK
RGB Variations
Color information
#A25BCB (or 0xA25BCB) is known color: Amethyst. HEX triplet: A2, 5B and CB. RGB value is (162,91,203). Sum of RGB (Red+Green+Blue) = 162+91+203=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #A25BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BCB is #5DA434. Grayscale: #7C7C7C. Windows color (decimal): -6136885 or 13327266. OLE color: 13327266.
HSL color Cylindrical-coordinate representation of color #A25BCB: hue angle of 278.04º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A25BCB is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 91 | 203 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.20 |
| HSL | 278.04º | 0.52% | 0.58% | - |
| HSV(B) | 278.04º | 0.55% | 0.8% | - |
| XYZ | 29.42 | 19.48 | 58.71 | - |
| YUV | 125 | 172.02 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 203 | 0.20 | 0.55 | 0 | 0.20 | 278.04 | 0.52 | 0.58 |
| Hex | A2 | 5B | CB | 14 | 37 | 0 | 14 | 116 | 34 | 3A |
| Octal | 242 | 133 | 313 | 24 | 67 | 0 | 24 | 426 | 64 | 72 |
| Binary | 10100010 | 1011011 | 11001011 | 10100 | 110111 | 0 | 10100 | 100010110 | 110100 | 111010 |
Color Harmonies of #A25BCB
Complementary color
Monochromatic Colors of #A25BCB
Black with #A25BCB
Text Example
Text Example
White with #A25BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25BCB; }
p { color: rgb(162,91,203); }
H1.HeaderClassName
{
color: #A25BCB;
}
.AnyTagClassName
{
color: #A25BCB;
}
</style>
background-color css
<style>
a { background-color: #A25BCB; }
a { background-color: rgb(162,91,203); }
div.DivClassName
{
background-color: #A25BCB;
}
.BgClassName
{
background-color: #A25BCB;
}
</style>
border-color css
<style>
span { border-color: #A25BCB; }
span { border-color: rgb(162,91,203); }
td.TdClassName
{
border-color: #A25BCB;
}
.TagClassName
{
border-color: #A25BCB;
}
</style>