#A348B4

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

Shades of Deep Lilac #A348B4

Tints of Deep Lilac #A348B4

Color information

#A348B4 (or 0xA348B4) is unknown color: approx Deep Lilac. HEX triplet: A3, 48 and B4. RGB value is (163,72,180). Sum of RGB (Red+Green+Blue) = 163+72+180=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 180 - color contains mainly: blue. Hex color #A348B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A348B4 is #5CB74B. Grayscale: #6F6F6F. Windows color (decimal): -6076236 or 11815075. OLE color: 11815075.

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

Color convert

RGB16372180-
CMYK0.090.6000.29
HSL290.56º42.86%49.41%-
HSV(B)290.56º60%70.59%-
XYZ25.6615.7244.86-
YUV111.52166.65164.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 72 (28.52% from 255) = 17.35%
BLUE value IS 180 (70.70% from 255) = 43.37%
R=39.28%
G=17.35%
B=43.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163721800.090.6000.29290.5642.8649.41
HexA348B493C01D1232b31
Octal24311026411740354435361
Binary101000111001000101101001001111100011101100100011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A348B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A348B4; }

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

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

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

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

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

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

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

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