#A55DBA

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

Shades of Deep Lilac #A55DBA

Tints of Deep Lilac #A55DBA

Color information

#A55DBA (or 0xA55DBA) is unknown color: approx Deep Lilac. HEX triplet: A5, 5D and BA. RGB value is (165,93,186). Sum of RGB (Red+Green+Blue) = 165+93+186=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #A55DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55DBA is #5AA245. Grayscale: #7C7C7C. Windows color (decimal): -5939782 or 12213669. OLE color: 12213669.

HSL color Cylindrical-coordinate representation of color #A55DBA: hue angle of 286.45º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55DBA is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16593186-
CMYK0.110.500.27
HSL286.45º40.26%54.71%-
HSV(B)286.45º50%72.94%-
XYZ28.2919.3748.7-
YUV125.13162.35156.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=37.16%
G=20.95%
B=41.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165931860.110.500.27286.4540.2654.71
HexA55DBAB3201B11e2837
Octal24513527213620334365067
Binary101001011011101101110101011110010011011100011110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55DBA; }

 p { color: rgb(165,93,186); }

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

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

 a { background-color: rgb(165,93,186); }

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

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

 span { border-color: rgb(165,93,186); }

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