#A55AB4

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

Shades of Deep Lilac #A55AB4

Tints of Deep Lilac #A55AB4

Color information

#A55AB4 (or 0xA55AB4) is unknown color: approx Deep Lilac. HEX triplet: A5, 5A and B4. RGB value is (165,90,180). Sum of RGB (Red+Green+Blue) = 165+90+180=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #A55AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55AB4 is #5AA54B. Grayscale: #7A7A7A. Windows color (decimal): -5940556 or 11819685. OLE color: 11819685.

HSL color Cylindrical-coordinate representation of color #A55AB4: hue angle of 290º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55AB4 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16590180-
CMYK0.080.5000.29
HSL290º37.5%52.94%-
HSV(B)290º50%70.59%-
XYZ27.4118.6145.33-
YUV122.68160.35158.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 180 (70.70% from 255) = 41.38%
R=37.93%
G=20.69%
B=41.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165901800.080.5000.2929037.552.94
HexA55AB483201D1222635
Octal24513226410620354424665
Binary101001011011010101101001000110010011101100100010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55AB4; }

 p { color: rgb(165,90,180); }

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

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

 a { background-color: rgb(165,90,180); }

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

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

 span { border-color: rgb(165,90,180); }

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