Shades of Amethyst #A350F2
Tints of Amethyst #A350F2
RGB
CMYK
RGB Variations
Color information
#A350F2 (or 0xA350F2) is known color: Amethyst. HEX triplet: A3, 50 and F2. RGB value is (163,80,242). Sum of RGB (Red+Green+Blue) = 163+80+242=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #A350F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A350F2 is #5CAF0D. Grayscale: #7A7A7A. Windows color (decimal): -6074126 or 15880355. OLE color: 15880355.
HSL color Cylindrical-coordinate representation of color #A350F2: hue angle of 270.74º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A350F2 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 80 | 242 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.05 |
| HSL | 270.74º | 0.86% | 0.63% | - |
| HSV(B) | 270.74º | 0.67% | 0.95% | - |
| XYZ | 34 | 19.93 | 86.06 | - |
| YUV | 123.29 | 195 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 242 | 0.33 | 0.67 | 0 | 0.05 | 270.74 | 0.86 | 0.63 |
| Hex | A3 | 50 | F2 | 21 | 43 | 0 | 5 | 10F | 56 | 3F |
| Octal | 243 | 120 | 362 | 41 | 103 | 0 | 5 | 417 | 126 | 77 |
| Binary | 10100011 | 1010000 | 11110010 | 100001 | 1000011 | 0 | 101 | 100001111 | 1010110 | 111111 |
Color Harmonies of #A350F2
Complementary color
Monochromatic Colors of #A350F2
Black with #A350F2
Text Example
Text Example
White with #A350F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350F2; }
p { color: rgb(163,80,242); }
H1.HeaderClassName
{
color: #A350F2;
}
.AnyTagClassName
{
color: #A350F2;
}
</style>
background-color css
<style>
a { background-color: #A350F2; }
a { background-color: rgb(163,80,242); }
div.DivClassName
{
background-color: #A350F2;
}
.BgClassName
{
background-color: #A350F2;
}
</style>
border-color css
<style>
span { border-color: #A350F2; }
span { border-color: rgb(163,80,242); }
td.TdClassName
{
border-color: #A350F2;
}
.TagClassName
{
border-color: #A350F2;
}
</style>