#A155D5

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

Shades of Amethyst #A155D5

Tints of Amethyst #A155D5

Color information

#A155D5 (or 0xA155D5) is unknown color: approx Amethyst. HEX triplet: A1, 55 and D5. RGB value is (161,85,213). Sum of RGB (Red+Green+Blue) = 161+85+213=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #A155D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155D5 is #5EAA2A. Grayscale: #797979. Windows color (decimal): -6203947 or 13981089. OLE color: 13981089.

HSL color Cylindrical-coordinate representation of color #A155D5: hue angle of 275.62º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A155D5 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16185213-
CMYK0.240.6000.16
HSL275.62º60.38%58.43%-
HSV(B)275.62º60.09%83.53%-
XYZ29.9618.8865.02-
YUV122.32179.18155.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 213 (83.59% from 255) = 46.41%
R=35.08%
G=18.52%
B=46.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161852130.240.6000.16275.6260.3858.43
HexA155D5183C0101143c3a
Octal24112532530740204247472
Binary1010000110101011101010111000111100010000100010100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A155D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A155D5; }

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

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

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

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

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

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

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

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