#A55EE7

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

Shades of Amethyst #A55EE7

Tints of Amethyst #A55EE7

Color information

#A55EE7 (or 0xA55EE7) is unknown color: approx Amethyst. HEX triplet: A5, 5E and E7. RGB value is (165,94,231). Sum of RGB (Red+Green+Blue) = 165+94+231=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #A55EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55EE7 is #5AA118. Grayscale: #828282. Windows color (decimal): -5939481 or 15163045. OLE color: 15163045.

HSL color Cylindrical-coordinate representation of color #A55EE7: hue angle of 271.09º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A55EE7 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16594231-
CMYK0.290.5900.09
HSL271.09º74.05%63.73%-
HSV(B)271.09º59.31%90.59%-
XYZ33.9421.7778.02-
YUV130.85184.52152.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 94 (37.11% from 255) = 19.18%
BLUE value IS 231 (90.62% from 255) = 47.14%
R=33.67%
G=19.18%
B=47.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal165942310.290.5900.09271.0974.0563.73
HexA55EE71D3B0910f4a40
Octal2451363473573011417112100
Binary10100101101111011100111111011110110100110000111110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55EE7; }

 p { color: rgb(165,94,231); }

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

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

 a { background-color: rgb(165,94,231); }

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

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

 span { border-color: rgb(165,94,231); }

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