Shades of Amethyst #A25CCF
Tints of Amethyst #A25CCF
RGB
CMYK
RGB Variations
Color information
#A25CCF (or 0xA25CCF) is known color: Amethyst. HEX triplet: A2, 5C and CF. RGB value is (162,92,207). Sum of RGB (Red+Green+Blue) = 162+92+207=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #A25CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CCF is #5DA330. Grayscale: #7D7D7D. Windows color (decimal): -6136625 or 13589666. OLE color: 13589666.
HSL color Cylindrical-coordinate representation of color #A25CCF: hue angle of 276.52º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A25CCF is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 92 | 207 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.19 |
| HSL | 276.52º | 0.55% | 0.59% | - |
| HSV(B) | 276.52º | 0.56% | 0.81% | - |
| XYZ | 29.99 | 19.84 | 61.28 | - |
| YUV | 126.04 | 173.69 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 207 | 0.22 | 0.56 | 0 | 0.19 | 276.52 | 0.55 | 0.59 |
| Hex | A2 | 5C | CF | 16 | 38 | 0 | 13 | 115 | 37 | 3B |
| Octal | 242 | 134 | 317 | 26 | 70 | 0 | 23 | 425 | 67 | 73 |
| Binary | 10100010 | 1011100 | 11001111 | 10110 | 111000 | 0 | 10011 | 100010101 | 110111 | 111011 |
Color Harmonies of #A25CCF
Complementary color
Monochromatic Colors of #A25CCF
Black with #A25CCF
Text Example
Text Example
White with #A25CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25CCF; }
p { color: rgb(162,92,207); }
H1.HeaderClassName
{
color: #A25CCF;
}
.AnyTagClassName
{
color: #A25CCF;
}
</style>
background-color css
<style>
a { background-color: #A25CCF; }
a { background-color: rgb(162,92,207); }
div.DivClassName
{
background-color: #A25CCF;
}
.BgClassName
{
background-color: #A25CCF;
}
</style>
border-color css
<style>
span { border-color: #A25CCF; }
span { border-color: rgb(162,92,207); }
td.TdClassName
{
border-color: #A25CCF;
}
.TagClassName
{
border-color: #A25CCF;
}
</style>