Shades of Amethyst #A269CF
Tints of Amethyst #A269CF
RGB
CMYK
RGB Variations
Color information
#A269CF (or 0xA269CF) is known color: Amethyst. HEX triplet: A2, 69 and CF. RGB value is (162,105,207). Sum of RGB (Red+Green+Blue) = 162+105+207=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #A269CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A269CF is #5D9630. Grayscale: #858585. Windows color (decimal): -6133297 or 13592994. OLE color: 13592994.
HSL color Cylindrical-coordinate representation of color #A269CF: hue angle of 273.53º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A269CF is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 105 | 207 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.19 |
| HSL | 273.53º | 0.52% | 0.61% | - |
| HSV(B) | 273.53º | 0.49% | 0.81% | - |
| XYZ | 31.21 | 22.29 | 61.69 | - |
| YUV | 133.67 | 169.38 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 207 | 0.22 | 0.49 | 0 | 0.19 | 273.53 | 0.52 | 0.61 |
| Hex | A2 | 69 | CF | 16 | 31 | 0 | 13 | 112 | 34 | 3D |
| Octal | 242 | 151 | 317 | 26 | 61 | 0 | 23 | 422 | 64 | 75 |
| Binary | 10100010 | 1101001 | 11001111 | 10110 | 110001 | 0 | 10011 | 100010010 | 110100 | 111101 |
Color Harmonies of #A269CF
Complementary color
Monochromatic Colors of #A269CF
Black with #A269CF
Text Example
Text Example
White with #A269CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A269CF; }
p { color: rgb(162,105,207); }
H1.HeaderClassName
{
color: #A269CF;
}
.AnyTagClassName
{
color: #A269CF;
}
</style>
background-color css
<style>
a { background-color: #A269CF; }
a { background-color: rgb(162,105,207); }
div.DivClassName
{
background-color: #A269CF;
}
.BgClassName
{
background-color: #A269CF;
}
</style>
border-color css
<style>
span { border-color: #A269CF; }
span { border-color: rgb(162,105,207); }
td.TdClassName
{
border-color: #A269CF;
}
.TagClassName
{
border-color: #A269CF;
}
</style>