Shades of Amethyst #A25BD2
Tints of Amethyst #A25BD2
RGB
CMYK
RGB Variations
Color information
#A25BD2 (or 0xA25BD2) is known color: Amethyst. HEX triplet: A2, 5B and D2. RGB value is (162,91,210). Sum of RGB (Red+Green+Blue) = 162+91+210=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #A25BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BD2 is #5DA42D. Grayscale: #7D7D7D. Windows color (decimal): -6136878 or 13786018. OLE color: 13786018.
HSL color Cylindrical-coordinate representation of color #A25BD2: hue angle of 275.8º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25BD2 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 91 | 210 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.18 |
| HSL | 275.8º | 0.57% | 0.59% | - |
| HSV(B) | 275.8º | 0.57% | 0.82% | - |
| XYZ | 30.27 | 19.82 | 63.2 | - |
| YUV | 125.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 210 | 0.23 | 0.57 | 0 | 0.18 | 275.8 | 0.57 | 0.59 |
| Hex | A2 | 5B | D2 | 17 | 39 | 0 | 12 | 114 | 39 | 3B |
| Octal | 242 | 133 | 322 | 27 | 71 | 0 | 22 | 424 | 71 | 73 |
| Binary | 10100010 | 1011011 | 11010010 | 10111 | 111001 | 0 | 10010 | 100010100 | 111001 | 111011 |
Color Harmonies of #A25BD2
Complementary color
Monochromatic Colors of #A25BD2
Black with #A25BD2
Text Example
Text Example
White with #A25BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25BD2; }
p { color: rgb(162,91,210); }
H1.HeaderClassName
{
color: #A25BD2;
}
.AnyTagClassName
{
color: #A25BD2;
}
</style>
background-color css
<style>
a { background-color: #A25BD2; }
a { background-color: rgb(162,91,210); }
div.DivClassName
{
background-color: #A25BD2;
}
.BgClassName
{
background-color: #A25BD2;
}
</style>
border-color css
<style>
span { border-color: #A25BD2; }
span { border-color: rgb(162,91,210); }
td.TdClassName
{
border-color: #A25BD2;
}
.TagClassName
{
border-color: #A25BD2;
}
</style>