#A55BE2

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

Shades of Amethyst #A55BE2

Tints of Amethyst #A55BE2

Color information

#A55BE2 (or 0xA55BE2) is unknown color: approx Amethyst. HEX triplet: A5, 5B and E2. RGB value is (165,91,226). Sum of RGB (Red+Green+Blue) = 165+91+226=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 226 - color contains mainly: blue. Hex color #A55BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55BE2 is #5AA41D. Grayscale: #808080. Windows color (decimal): -5940254 or 14834597. OLE color: 14834597.

HSL color Cylindrical-coordinate representation of color #A55BE2: hue angle of 272.89º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A55BE2 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16591226-
CMYK0.270.6000.11
HSL272.89º69.95%62.16%-
HSV(B)272.89º59.73%88.63%-
XYZ32.9920.9774.26-
YUV128.52183.02154.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 91 (35.94% from 255) = 18.88%
BLUE value IS 226 (88.67% from 255) = 46.89%
R=34.23%
G=18.88%
B=46.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal165912260.270.6000.11272.8969.9562.16
HexA55BE21B3C0B111463e
Octal245133342337401342110676
Binary1010010110110111110001011011111100010111000100011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55BE2; }

 p { color: rgb(165,91,226); }

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

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

 a { background-color: rgb(165,91,226); }

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

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

 span { border-color: rgb(165,91,226); }

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