Shades of Amethyst #A25CCB
Tints of Amethyst #A25CCB
RGB
CMYK
RGB Variations
Color information
#A25CCB (or 0xA25CCB) is known color: Amethyst. HEX triplet: A2, 5C and CB. RGB value is (162,92,203). Sum of RGB (Red+Green+Blue) = 162+92+203=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #A25CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CCB is #5DA334. Grayscale: #7D7D7D. Windows color (decimal): -6136629 or 13327522. OLE color: 13327522.
HSL color Cylindrical-coordinate representation of color #A25CCB: hue angle of 277.84º 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 #A25CCB is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 92 | 203 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.20 |
| HSL | 277.84º | 0.52% | 0.58% | - |
| HSV(B) | 277.84º | 0.55% | 0.8% | - |
| XYZ | 29.51 | 19.65 | 58.74 | - |
| YUV | 125.58 | 171.69 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 203 | 0.20 | 0.55 | 0 | 0.20 | 277.84 | 0.52 | 0.58 |
| Hex | A2 | 5C | CB | 14 | 37 | 0 | 14 | 116 | 34 | 3A |
| Octal | 242 | 134 | 313 | 24 | 67 | 0 | 24 | 426 | 64 | 72 |
| Binary | 10100010 | 1011100 | 11001011 | 10100 | 110111 | 0 | 10100 | 100010110 | 110100 | 111010 |
Color Harmonies of #A25CCB
Complementary color
Monochromatic Colors of #A25CCB
Black with #A25CCB
Text Example
Text Example
White with #A25CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25CCB; }
p { color: rgb(162,92,203); }
H1.HeaderClassName
{
color: #A25CCB;
}
.AnyTagClassName
{
color: #A25CCB;
}
</style>
background-color css
<style>
a { background-color: #A25CCB; }
a { background-color: rgb(162,92,203); }
div.DivClassName
{
background-color: #A25CCB;
}
.BgClassName
{
background-color: #A25CCB;
}
</style>
border-color css
<style>
span { border-color: #A25CCB; }
span { border-color: rgb(162,92,203); }
td.TdClassName
{
border-color: #A25CCB;
}
.TagClassName
{
border-color: #A25CCB;
}
</style>