#A35EB5

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

Shades of Deep Lilac #A35EB5

Tints of Deep Lilac #A35EB5

Color information

#A35EB5 (or 0xA35EB5) is unknown color: approx Deep Lilac. HEX triplet: A3, 5E and B5. RGB value is (163,94,181). Sum of RGB (Red+Green+Blue) = 163+94+181=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 181 - color contains mainly: blue. Hex color #A35EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35EB5 is #5CA14A. Grayscale: #7C7C7C. Windows color (decimal): -6070603 or 11886243. OLE color: 11886243.

HSL color Cylindrical-coordinate representation of color #A35EB5: hue angle of 287.59º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A35EB5 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16394181-
CMYK0.100.4800.29
HSL287.59º37.02%53.92%-
HSV(B)287.59º48.07%70.98%-
XYZ27.4519.1345.96-
YUV124.55159.86155.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 94 (37.11% from 255) = 21.46%
BLUE value IS 181 (71.09% from 255) = 41.32%
R=37.21%
G=21.46%
B=41.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163941810.100.4800.29287.5937.0253.92
HexA35EB5A3001D1202536
Octal24313626512600354404566
Binary101000111011110101101011010110000011101100100000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35EB5; }

 p { color: rgb(163,94,181); }

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

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

 a { background-color: rgb(163,94,181); }

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

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

 span { border-color: rgb(163,94,181); }

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