Shades of Amethyst #A25ACB
Tints of Amethyst #A25ACB
RGB
CMYK
RGB Variations
Color information
#A25ACB (or 0xA25ACB) is known color: Amethyst. HEX triplet: A2, 5A and CB. RGB value is (162,90,203). Sum of RGB (Red+Green+Blue) = 162+90+203=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #A25ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ACB is #5DA534. Grayscale: #7C7C7C. Windows color (decimal): -6137141 or 13327010. OLE color: 13327010.
HSL color Cylindrical-coordinate representation of color #A25ACB: hue angle of 278.23º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A25ACB is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 90 | 203 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.20 |
| HSL | 278.23º | 0.52% | 0.57% | - |
| HSV(B) | 278.23º | 0.56% | 0.8% | - |
| XYZ | 29.34 | 19.31 | 58.68 | - |
| YUV | 124.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 203 | 0.20 | 0.56 | 0 | 0.20 | 278.23 | 0.52 | 0.57 |
| Hex | A2 | 5A | CB | 14 | 38 | 0 | 14 | 116 | 34 | 39 |
| Octal | 242 | 132 | 313 | 24 | 70 | 0 | 24 | 426 | 64 | 71 |
| Binary | 10100010 | 1011010 | 11001011 | 10100 | 111000 | 0 | 10100 | 100010110 | 110100 | 111001 |
Color Harmonies of #A25ACB
Complementary color
Monochromatic Colors of #A25ACB
Black with #A25ACB
Text Example
Text Example
White with #A25ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25ACB; }
p { color: rgb(162,90,203); }
H1.HeaderClassName
{
color: #A25ACB;
}
.AnyTagClassName
{
color: #A25ACB;
}
</style>
background-color css
<style>
a { background-color: #A25ACB; }
a { background-color: rgb(162,90,203); }
div.DivClassName
{
background-color: #A25ACB;
}
.BgClassName
{
background-color: #A25ACB;
}
</style>
border-color css
<style>
span { border-color: #A25ACB; }
span { border-color: rgb(162,90,203); }
td.TdClassName
{
border-color: #A25ACB;
}
.TagClassName
{
border-color: #A25ACB;
}
</style>