Shades of Amethyst #A265C8
Tints of Amethyst #A265C8
RGB
CMYK
RGB Variations
Color information
#A265C8 (or 0xA265C8) is known color: Amethyst. HEX triplet: A2, 65 and C8. RGB value is (162,101,200). Sum of RGB (Red+Green+Blue) = 162+101+200=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #A265C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265C8 is #5D9A37. Grayscale: #828282. Windows color (decimal): -6134328 or 13133218. OLE color: 13133218.
HSL color Cylindrical-coordinate representation of color #A265C8: hue angle of 276.97º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A265C8 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 101 | 200 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.22 |
| HSL | 276.97º | 0.47% | 0.59% | - |
| HSV(B) | 276.97º | 0.5% | 0.78% | - |
| XYZ | 29.98 | 21.16 | 57.15 | - |
| YUV | 130.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 200 | 0.19 | 0.49 | 0 | 0.22 | 276.97 | 0.47 | 0.59 |
| Hex | A2 | 65 | C8 | 13 | 31 | 0 | 16 | 115 | 2F | 3B |
| Octal | 242 | 145 | 310 | 23 | 61 | 0 | 26 | 425 | 57 | 73 |
| Binary | 10100010 | 1100101 | 11001000 | 10011 | 110001 | 0 | 10110 | 100010101 | 101111 | 111011 |
Color Harmonies of #A265C8
Complementary color
Monochromatic Colors of #A265C8
Black with #A265C8
Text Example
Text Example
White with #A265C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A265C8; }
p { color: rgb(162,101,200); }
H1.HeaderClassName
{
color: #A265C8;
}
.AnyTagClassName
{
color: #A265C8;
}
</style>
background-color css
<style>
a { background-color: #A265C8; }
a { background-color: rgb(162,101,200); }
div.DivClassName
{
background-color: #A265C8;
}
.BgClassName
{
background-color: #A265C8;
}
</style>
border-color css
<style>
span { border-color: #A265C8; }
span { border-color: rgb(162,101,200); }
td.TdClassName
{
border-color: #A265C8;
}
.TagClassName
{
border-color: #A265C8;
}
</style>