#A357B5

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

Shades of Deep Lilac #A357B5

Tints of Deep Lilac #A357B5

Color information

#A357B5 (or 0xA357B5) is unknown color: approx Deep Lilac. HEX triplet: A3, 57 and B5. RGB value is (163,87,181). Sum of RGB (Red+Green+Blue) = 163+87+181=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #A357B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A357B5 is #5CA84A. Grayscale: #787878. Windows color (decimal): -6072395 or 11884451. OLE color: 11884451.

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

Color convert

RGB16387181-
CMYK0.100.5200.29
HSL288.51º38.84%52.55%-
HSV(B)288.51º51.93%70.98%-
XYZ26.8517.9445.76-
YUV120.44162.18158.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 181 (71.09% from 255) = 42.00%
R=37.82%
G=20.19%
B=42.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163871810.100.5200.29288.5138.8452.55
HexA357B5A3401D1212735
Octal24312726512640354414765
Binary101000111010111101101011010110100011101100100001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A357B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A357B5; }

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

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

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

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

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

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

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

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