Shades of Amethyst #A265CF
Tints of Amethyst #A265CF
RGB
CMYK
RGB Variations
Color information
#A265CF (or 0xA265CF) is known color: Amethyst. HEX triplet: A2, 65 and CF. RGB value is (162,101,207). Sum of RGB (Red+Green+Blue) = 162+101+207=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #A265CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265CF is #5D9A30. Grayscale: #828282. Windows color (decimal): -6134321 or 13591970. OLE color: 13591970.
HSL color Cylindrical-coordinate representation of color #A265CF: hue angle of 274.53º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A265CF is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 101 | 207 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.19 |
| HSL | 274.53º | 0.52% | 0.6% | - |
| HSV(B) | 274.53º | 0.51% | 0.81% | - |
| XYZ | 30.82 | 21.49 | 61.56 | - |
| YUV | 131.32 | 170.71 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 207 | 0.22 | 0.51 | 0 | 0.19 | 274.53 | 0.52 | 0.6 |
| Hex | A2 | 65 | CF | 16 | 33 | 0 | 13 | 113 | 34 | 3C |
| Octal | 242 | 145 | 317 | 26 | 63 | 0 | 23 | 423 | 64 | 74 |
| Binary | 10100010 | 1100101 | 11001111 | 10110 | 110011 | 0 | 10011 | 100010011 | 110100 | 111100 |
Color Harmonies of #A265CF
Complementary color
Monochromatic Colors of #A265CF
Black with #A265CF
Text Example
Text Example
White with #A265CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A265CF; }
p { color: rgb(162,101,207); }
H1.HeaderClassName
{
color: #A265CF;
}
.AnyTagClassName
{
color: #A265CF;
}
</style>
background-color css
<style>
a { background-color: #A265CF; }
a { background-color: rgb(162,101,207); }
div.DivClassName
{
background-color: #A265CF;
}
.BgClassName
{
background-color: #A265CF;
}
</style>
border-color css
<style>
span { border-color: #A265CF; }
span { border-color: rgb(162,101,207); }
td.TdClassName
{
border-color: #A265CF;
}
.TagClassName
{
border-color: #A265CF;
}
</style>