#A155E3

Color #A155E3 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A155E3

Tints of Amethyst #A155E3

Color information

#A155E3 (or 0xA155E3) is unknown color: approx Amethyst. HEX triplet: A1, 55 and E3. RGB value is (161,85,227). Sum of RGB (Red+Green+Blue) = 161+85+227=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 227 (89.06% from 255 or 47.99% from 473); Max value from RGB is 227 - color contains mainly: blue. Hex color #A155E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155E3 is #5EAA1C. Grayscale: #7B7B7B. Windows color (decimal): -6203933 or 14898593. OLE color: 14898593.

HSL color Cylindrical-coordinate representation of color #A155E3: hue angle of 272.11º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A155E3 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16185227-
CMYK0.290.6300.11
HSL272.11º71.72%61.18%-
HSV(B)272.11º62.56%89.02%-
XYZ31.8119.6274.78-
YUV123.91186.18154.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 85 (33.59% from 255) = 17.97%
BLUE value IS 227 (89.06% from 255) = 47.99%
R=34.04%
G=17.97%
B=47.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal161852270.290.6300.11272.1171.7261.18
HexA155E31D3F0B110483d
Octal241125343357701342011075
Binary1010000110101011110001111101111111010111000100001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A155E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A155E3; }

 p { color: rgb(161,85,227); }

 H1.HeaderClassName
 {
   color: #A155E3;
 }
 .AnyTagClassName
 {
   color: #A155E3;
 }
</style>
background-color css

<style>
 a { background-color: #A155E3; }

 a { background-color: rgb(161,85,227); }

 div.DivClassName
 {
   background-color: #A155E3;
 }
 .BgClassName
 {
   background-color: #A155E3;
 }
</style>
border-color css

<style>
 span { border-color: #A155E3; }

 span { border-color: rgb(161,85,227); }

 td.TdClassName
 {
   border-color: #A155E3;
 }
 .TagClassName
 {
   border-color: #A155E3;
 }
</style>