#A155E8

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

Shades of Amethyst #A155E8

Tints of Amethyst #A155E8

Color information

#A155E8 (or 0xA155E8) is unknown color: approx Amethyst. HEX triplet: A1, 55 and E8. RGB value is (161,85,232). Sum of RGB (Red+Green+Blue) = 161+85+232=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #A155E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A155E8 is #5EAA17. Grayscale: #7B7B7B. Windows color (decimal): -6203928 or 15226273. OLE color: 15226273.

HSL color Cylindrical-coordinate representation of color #A155E8: hue angle of 271.02º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A155E8 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16185232-
CMYK0.310.6300.09
HSL271.02º76.17%62.16%-
HSV(B)271.02º63.36%90.98%-
XYZ32.5119.978.47-
YUV124.48188.68154.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 85 (33.59% from 255) = 17.78%
BLUE value IS 232 (91.02% from 255) = 48.54%
R=33.68%
G=17.78%
B=48.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161852320.310.6300.09271.0276.1762.16
HexA155E81F3F0910f4c3e
Octal241125350377701141711476
Binary1010000110101011110100011111111111010011000011111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A155E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A155E8; }

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

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

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

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

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

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

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

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