#a55ee8

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

Shades of Amethyst #A55EE8

Tints of Amethyst #A55EE8

Color information

#A55EE8 (or 0xA55EE8) is unknown color: approx Amethyst. HEX triplet: A5, 5E and E8. RGB value is (165,94,232). Sum of RGB (Red+Green+Blue) = 165+94+232=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #A55EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55EE8 is #5AA117. Grayscale: #828282. Windows color (decimal): -5939480 or 15228581. OLE color: 15228581.

HSL color Cylindrical-coordinate representation of color #A55EE8: hue angle of 270.87º degrees, saturation: 0.75, 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 #A55EE8 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16594232-
CMYK0.290.5900.09
HSL270.87º75%63.92%-
HSV(B)270.87º59.48%90.98%-
XYZ34.0921.8378.76-
YUV130.96185.02152.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 94 (37.11% from 255) = 19.14%
BLUE value IS 232 (91.02% from 255) = 47.25%
R=33.60%
G=19.14%
B=47.25%

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
Decimal165942320.290.5900.09270.877563.92
HexA55EE81D3B0910f4b40
Octal2451363503573011417113100
Binary10100101101111011101000111011110110100110000111110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55ee8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55ee8; }

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

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

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

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

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

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

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

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