#A345B4

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

Shades of Deep Lilac #A345B4

Tints of Deep Lilac #A345B4

Color information

#A345B4 (or 0xA345B4) is unknown color: approx Deep Lilac. HEX triplet: A3, 45 and B4. RGB value is (163,69,180). Sum of RGB (Red+Green+Blue) = 163+69+180=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 180 - color contains mainly: blue. Hex color #A345B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345B4 is #5CBA4B. Grayscale: #6D6D6D. Windows color (decimal): -6077004 or 11814307. OLE color: 11814307.

HSL color Cylindrical-coordinate representation of color #A345B4: hue angle of 290.81º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A345B4 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16369180-
CMYK0.090.6200.29
HSL290.81º44.58%48.82%-
HSV(B)290.81º61.67%70.59%-
XYZ25.4715.3444.8-
YUV109.76167.64165.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.56%
GREEN value IS 69 (27.34% from 255) = 16.75%
BLUE value IS 180 (70.70% from 255) = 43.69%
R=39.56%
G=16.75%
B=43.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163691800.090.6200.29290.8144.5848.82
HexA345B493E01D1232d31
Octal24310526411760354435561
Binary101000111000101101101001001111110011101100100011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A345B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A345B4; }

 p { color: rgb(163,69,180); }

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

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

 a { background-color: rgb(163,69,180); }

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

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

 span { border-color: rgb(163,69,180); }

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