Shades of Amethyst #A25FCB
Tints of Amethyst #A25FCB
RGB
CMYK
RGB Variations
Color information
#A25FCB (or 0xA25FCB) is known color: Amethyst. HEX triplet: A2, 5F and CB. RGB value is (162,95,203). Sum of RGB (Red+Green+Blue) = 162+95+203=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #A25FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FCB is #5DA034. Grayscale: #7E7E7E. Windows color (decimal): -6135861 or 13328290. OLE color: 13328290.
HSL color Cylindrical-coordinate representation of color #A25FCB: hue angle of 277.22º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A25FCB is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 95 | 203 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.20 |
| HSL | 277.22º | 0.51% | 0.58% | - |
| HSV(B) | 277.22º | 0.53% | 0.8% | - |
| XYZ | 29.77 | 20.18 | 58.83 | - |
| YUV | 127.35 | 170.7 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 203 | 0.20 | 0.53 | 0 | 0.20 | 277.22 | 0.51 | 0.58 |
| Hex | A2 | 5F | CB | 14 | 35 | 0 | 14 | 115 | 33 | 3A |
| Octal | 242 | 137 | 313 | 24 | 65 | 0 | 24 | 425 | 63 | 72 |
| Binary | 10100010 | 1011111 | 11001011 | 10100 | 110101 | 0 | 10100 | 100010101 | 110011 | 111010 |
Color Harmonies of #A25FCB
Complementary color
Monochromatic Colors of #A25FCB
Black with #A25FCB
Text Example
Text Example
White with #A25FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FCB; }
p { color: rgb(162,95,203); }
H1.HeaderClassName
{
color: #A25FCB;
}
.AnyTagClassName
{
color: #A25FCB;
}
</style>
background-color css
<style>
a { background-color: #A25FCB; }
a { background-color: rgb(162,95,203); }
div.DivClassName
{
background-color: #A25FCB;
}
.BgClassName
{
background-color: #A25FCB;
}
</style>
border-color css
<style>
span { border-color: #A25FCB; }
span { border-color: rgb(162,95,203); }
td.TdClassName
{
border-color: #A25FCB;
}
.TagClassName
{
border-color: #A25FCB;
}
</style>