#A55EBB

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

Shades of Deep Lilac #A55EBB

Tints of Deep Lilac #A55EBB

Color information

#A55EBB (or 0xA55EBB) is unknown color: approx Deep Lilac. HEX triplet: A5, 5E and BB. RGB value is (165,94,187). Sum of RGB (Red+Green+Blue) = 165+94+187=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #A55EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55EBB is #5AA144. Grayscale: #7D7D7D. Windows color (decimal): -5939525 or 12279461. OLE color: 12279461.

HSL color Cylindrical-coordinate representation of color #A55EBB: hue angle of 285.81º degrees, saturation: 0.41, 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 #A55EBB is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16594187-
CMYK0.120.5000.27
HSL285.81º40.61%55.1%-
HSV(B)285.81º49.73%73.33%-
XYZ28.4919.5949.29-
YUV125.83162.52155.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.00%
GREEN value IS 94 (37.11% from 255) = 21.08%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=37.00%
G=21.08%
B=41.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165941870.120.5000.27285.8140.6155.1
HexA55EBBC3201B11e2937
Octal24513627314620334365167
Binary101001011011110101110111100110010011011100011110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55EBB; }

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

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

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

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

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

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

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

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