#A346C2

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

Shades of Deep Lilac #A346C2

Tints of Deep Lilac #A346C2

Color information

#A346C2 (or 0xA346C2) is unknown color: approx Deep Lilac. HEX triplet: A3, 46 and C2. RGB value is (163,70,194). Sum of RGB (Red+Green+Blue) = 163+70+194=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 194 - color contains mainly: blue. Hex color #A346C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A346C2 is #5CB93D. Grayscale: #6F6F6F. Windows color (decimal): -6076734 or 12732067. OLE color: 12732067.

HSL color Cylindrical-coordinate representation of color #A346C2: hue angle of 285º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A346C2 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16370194-
CMYK0.160.6400.24
HSL285º50.41%51.76%-
HSV(B)285º63.92%76.08%-
XYZ27.0316.0652.71-
YUV111.94174.31164.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 70 (27.73% from 255) = 16.39%
BLUE value IS 194 (76.17% from 255) = 45.43%
R=38.17%
G=16.39%
B=45.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163701940.160.6400.2428550.4151.76
HexA346C2104001811d3234
Octal243106302201000304356264
Binary10100011100011011000010100001000000011000100011101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A346C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A346C2; }

 p { color: rgb(163,70,194); }

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

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

 a { background-color: rgb(163,70,194); }

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

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

 span { border-color: rgb(163,70,194); }

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