#A155ED

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

Shades of Amethyst #A155ED

Tints of Amethyst #A155ED

Color information

#A155ED (or 0xA155ED) is unknown color: approx Amethyst. HEX triplet: A1, 55 and ED. RGB value is (161,85,237). Sum of RGB (Red+Green+Blue) = 161+85+237=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #A155ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A155ED is #5EAA12. Grayscale: #7C7C7C. Windows color (decimal): -6203923 or 15553953. OLE color: 15553953.

HSL color Cylindrical-coordinate representation of color #A155ED: hue angle of 270º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A155ED is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16185237-
CMYK0.320.6400.07
HSL270º80.85%63.14%-
HSV(B)270º64.14%92.94%-
XYZ33.2320.1982.27-
YUV125.05191.18153.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 17.60%
BLUE value IS 237 (92.97% from 255) = 49.07%
R=33.33%
G=17.60%
B=49.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal161852370.320.6400.0727080.8563.14
HexA155ED20400710e513f
Octal241125355401000741612177
Binary10100001101010111101101100000100000001111000011101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A155ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A155ED; }

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

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

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

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

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

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

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

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