Shades of Amethyst #A553EE
Tints of Amethyst #A553EE
RGB
CMYK
RGB Variations
Color information
#A553EE (or 0xA553EE) is known color: Amethyst. HEX triplet: A5, 53 and EE. RGB value is (165,83,238). Sum of RGB (Red+Green+Blue) = 165+83+238=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #A553EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A553EE is #5AAC11. Grayscale: #7C7C7C. Windows color (decimal): -5942290 or 15618981. OLE color: 15618981.
HSL color Cylindrical-coordinate representation of color #A553EE: hue angle of 271.74º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A553EE is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 83 | 238 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.07 |
| HSL | 271.74º | 0.82% | 0.63% | - |
| HSV(B) | 271.74º | 0.65% | 0.93% | - |
| XYZ | 34.04 | 20.36 | 83.02 | - |
| YUV | 125.19 | 191.67 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 83 | 238 | 0.31 | 0.65 | 0 | 0.07 | 271.74 | 0.82 | 0.63 |
| Hex | A5 | 53 | EE | 1F | 41 | 0 | 7 | 110 | 52 | 3F |
| Octal | 245 | 123 | 356 | 37 | 101 | 0 | 7 | 420 | 122 | 77 |
| Binary | 10100101 | 1010011 | 11101110 | 11111 | 1000001 | 0 | 111 | 100010000 | 1010010 | 111111 |
Color Harmonies of #A553EE
Complementary color
Monochromatic Colors of #A553EE
Black with #A553EE
Text Example
Text Example
White with #A553EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A553EE; }
p { color: rgb(165,83,238); }
H1.HeaderClassName
{
color: #A553EE;
}
.AnyTagClassName
{
color: #A553EE;
}
</style>
background-color css
<style>
a { background-color: #A553EE; }
a { background-color: rgb(165,83,238); }
div.DivClassName
{
background-color: #A553EE;
}
.BgClassName
{
background-color: #A553EE;
}
</style>
border-color css
<style>
span { border-color: #A553EE; }
span { border-color: rgb(165,83,238); }
td.TdClassName
{
border-color: #A553EE;
}
.TagClassName
{
border-color: #A553EE;
}
</style>