#A348B6

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

Shades of Deep Lilac #A348B6

Tints of Deep Lilac #A348B6

Color information

#A348B6 (or 0xA348B6) is unknown color: approx Deep Lilac. HEX triplet: A3, 48 and B6. RGB value is (163,72,182). Sum of RGB (Red+Green+Blue) = 163+72+182=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #A348B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A348B6 is #5CB749. Grayscale: #6F6F6F. Windows color (decimal): -6076234 or 11946147. OLE color: 11946147.

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

Color convert

RGB16372182-
CMYK0.100.6000.29
HSL289.64º43.31%49.8%-
HSV(B)289.64º60.44%71.37%-
XYZ25.8715.845.94-
YUV111.75167.65164.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 72 (28.52% from 255) = 17.27%
BLUE value IS 182 (71.48% from 255) = 43.65%
R=39.09%
G=17.27%
B=43.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163721820.100.6000.29289.6443.3149.8
HexA348B6A3C01D1222b32
Octal24311026612740354425362
Binary101000111001000101101101010111100011101100100010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A348B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A348B6; }

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

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

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

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

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

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

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

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