#A346AF

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

Shades of Deep Lilac #A346AF

Tints of Deep Lilac #A346AF

Color information

#A346AF (or 0xA346AF) is unknown color: approx Deep Lilac. HEX triplet: A3, 46 and AF. RGB value is (163,70,175). Sum of RGB (Red+Green+Blue) = 163+70+175=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #A346AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A346AF is #5CB950. Grayscale: #6D6D6D. Windows color (decimal): -6076753 or 11486883. OLE color: 11486883.

HSL color Cylindrical-coordinate representation of color #A346AF: hue angle of 293.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A346AF is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16370175-
CMYK0.070.6000.31
HSL293.14º42.86%48.04%-
HSV(B)293.14º60%68.63%-
XYZ25.0315.2642.18-
YUV109.78164.81165.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 70 (27.73% from 255) = 17.16%
BLUE value IS 175 (68.75% from 255) = 42.89%
R=39.95%
G=17.16%
B=42.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163701750.070.6000.31293.1442.8648.04
HexA346AF73C01F1252b30
Octal2431062577740374455360
Binary10100011100011010101111111111100011111100100101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A346AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A346AF; }

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

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

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

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

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

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

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

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