#A55EBE

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

Shades of Deep Lilac #A55EBE

Tints of Deep Lilac #A55EBE

Color information

#A55EBE (or 0xA55EBE) is unknown color: approx Deep Lilac. HEX triplet: A5, 5E and BE. RGB value is (165,94,190). Sum of RGB (Red+Green+Blue) = 165+94+190=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #A55EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55EBE is #5AA141. Grayscale: #7D7D7D. Windows color (decimal): -5939522 or 12476069. OLE color: 12476069.

HSL color Cylindrical-coordinate representation of color #A55EBE: hue angle of 284.38º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A55EBE is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16594190-
CMYK0.130.5100.25
HSL284.38º42.48%55.69%-
HSV(B)284.38º50.53%74.51%-
XYZ28.8119.7251-
YUV126.17164.02155.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.75%
GREEN value IS 94 (37.11% from 255) = 20.94%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=36.75%
G=20.94%
B=42.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165941900.130.5100.25284.3842.4855.69
HexA55EBED3301911c2a38
Octal24513627615630314345270
Binary101001011011110101111101101110011011001100011100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55EBE; }

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

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

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

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

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

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

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

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