Shades of Amethyst #A35CE7
Tints of Amethyst #A35CE7
RGB
CMYK
RGB Variations
Color information
#A35CE7 (or 0xA35CE7) is known color: Amethyst. HEX triplet: A3, 5C and E7. RGB value is (163,92,231). Sum of RGB (Red+Green+Blue) = 163+92+231=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #A35CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A35CE7 is #5CA318. Grayscale: #808080. Windows color (decimal): -6071065 or 15162531. OLE color: 15162531.
HSL color Cylindrical-coordinate representation of color #A35CE7: hue angle of 270.65º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A35CE7 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 92 | 231 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.09 |
| HSL | 270.65º | 0.74% | 0.63% | - |
| HSV(B) | 270.65º | 0.6% | 0.91% | - |
| XYZ | 33.36 | 21.21 | 77.94 | - |
| YUV | 129.08 | 185.52 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 231 | 0.29 | 0.60 | 0 | 0.09 | 270.65 | 0.74 | 0.63 |
| Hex | A3 | 5C | E7 | 1D | 3C | 0 | 9 | 10F | 4A | 3F |
| Octal | 243 | 134 | 347 | 35 | 74 | 0 | 11 | 417 | 112 | 77 |
| Binary | 10100011 | 1011100 | 11100111 | 11101 | 111100 | 0 | 1001 | 100001111 | 1001010 | 111111 |
Color Harmonies of #A35CE7
Complementary color
Monochromatic Colors of #A35CE7
Black with #A35CE7
Text Example
Text Example
White with #A35CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35CE7; }
p { color: rgb(163,92,231); }
H1.HeaderClassName
{
color: #A35CE7;
}
.AnyTagClassName
{
color: #A35CE7;
}
</style>
background-color css
<style>
a { background-color: #A35CE7; }
a { background-color: rgb(163,92,231); }
div.DivClassName
{
background-color: #A35CE7;
}
.BgClassName
{
background-color: #A35CE7;
}
</style>
border-color css
<style>
span { border-color: #A35CE7; }
span { border-color: rgb(163,92,231); }
td.TdClassName
{
border-color: #A35CE7;
}
.TagClassName
{
border-color: #A35CE7;
}
</style>