#A349AF

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

Shades of Deep Lilac #A349AF

Tints of Deep Lilac #A349AF

Color information

#A349AF (or 0xA349AF) is unknown color: approx Deep Lilac. HEX triplet: A3, 49 and AF. RGB value is (163,73,175). Sum of RGB (Red+Green+Blue) = 163+73+175=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #A349AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A349AF is #5CB650. Grayscale: #6F6F6F. Windows color (decimal): -6075985 or 11487651. OLE color: 11487651.

HSL color Cylindrical-coordinate representation of color #A349AF: hue angle of 292.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A349AF is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16373175-
CMYK0.070.5800.31
HSL292.94º41.13%48.63%-
HSV(B)292.94º58.29%68.63%-
XYZ25.2215.6542.25-
YUV111.54163.82164.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 73 (28.91% from 255) = 17.76%
BLUE value IS 175 (68.75% from 255) = 42.58%
R=39.66%
G=17.76%
B=42.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163731750.070.5800.31292.9441.1348.63
HexA349AF73A01F1252931
Octal2431112577720374455161
Binary10100011100100110101111111111010011111100100101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A349AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A349AF; }

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

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

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

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

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

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

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

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