#a155d7

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

Shades of Amethyst #A155D7

Tints of Amethyst #A155D7

Color information

#A155D7 (or 0xA155D7) is unknown color: approx Amethyst. HEX triplet: A1, 55 and D7. RGB value is (161,85,215). Sum of RGB (Red+Green+Blue) = 161+85+215=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 215 - color contains mainly: blue. Hex color #A155D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155D7 is #5EAA28. Grayscale: #7A7A7A. Windows color (decimal): -6203945 or 14112161. OLE color: 14112161.

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

Color convert

RGB16185215-
CMYK0.250.6000.16
HSL275.08º61.9%58.82%-
HSV(B)275.08º60.47%84.31%-
XYZ30.2118.9866.36-
YUV122.54180.18155.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 85 (33.59% from 255) = 18.44%
BLUE value IS 215 (84.38% from 255) = 46.64%
R=34.92%
G=18.44%
B=46.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161852150.250.6000.16275.0861.958.82
HexA155D7193C0101133e3b
Octal24112532731740204237673
Binary1010000110101011101011111001111100010000100010011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a155d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a155d7; }

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

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

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

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

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

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

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

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