Shades of Amethyst #A25CD2
Tints of Amethyst #A25CD2
RGB
CMYK
RGB Variations
Color information
#A25CD2 (or 0xA25CD2) is known color: Amethyst. HEX triplet: A2, 5C and D2. RGB value is (162,92,210). Sum of RGB (Red+Green+Blue) = 162+92+210=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #A25CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CD2 is #5DA32D. Grayscale: #7D7D7D. Windows color (decimal): -6136622 or 13786274. OLE color: 13786274.
HSL color Cylindrical-coordinate representation of color #A25CD2: hue angle of 275.59º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A25CD2 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 92 | 210 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.18 |
| HSL | 275.59º | 0.57% | 0.59% | - |
| HSV(B) | 275.59º | 0.56% | 0.82% | - |
| XYZ | 30.36 | 19.99 | 63.23 | - |
| YUV | 126.38 | 175.19 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 210 | 0.23 | 0.56 | 0 | 0.18 | 275.59 | 0.57 | 0.59 |
| Hex | A2 | 5C | D2 | 17 | 38 | 0 | 12 | 114 | 39 | 3B |
| Octal | 242 | 134 | 322 | 27 | 70 | 0 | 22 | 424 | 71 | 73 |
| Binary | 10100010 | 1011100 | 11010010 | 10111 | 111000 | 0 | 10010 | 100010100 | 111001 | 111011 |
Color Harmonies of #A25CD2
Complementary color
Monochromatic Colors of #A25CD2
Black with #A25CD2
Text Example
Text Example
White with #A25CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25CD2; }
p { color: rgb(162,92,210); }
H1.HeaderClassName
{
color: #A25CD2;
}
.AnyTagClassName
{
color: #A25CD2;
}
</style>
background-color css
<style>
a { background-color: #A25CD2; }
a { background-color: rgb(162,92,210); }
div.DivClassName
{
background-color: #A25CD2;
}
.BgClassName
{
background-color: #A25CD2;
}
</style>
border-color css
<style>
span { border-color: #A25CD2; }
span { border-color: rgb(162,92,210); }
td.TdClassName
{
border-color: #A25CD2;
}
.TagClassName
{
border-color: #A25CD2;
}
</style>