#A350AF

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

Shades of Deep Lilac #A350AF

Tints of Deep Lilac #A350AF

Color information

#A350AF (or 0xA350AF) is unknown color: approx Deep Lilac. HEX triplet: A3, 50 and AF. RGB value is (163,80,175). Sum of RGB (Red+Green+Blue) = 163+80+175=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #A350AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A350AF is #5CAF50. Grayscale: #737373. Windows color (decimal): -6074193 or 11489443. OLE color: 11489443.

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

Color convert

RGB16380175-
CMYK0.070.5400.31
HSL292.42º37.25%50%-
HSV(B)292.42º54.29%68.63%-
XYZ25.7116.6242.41-
YUV115.65161.5161.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 80 (31.64% from 255) = 19.14%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=39.00%
G=19.14%
B=41.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163801750.070.5400.31292.4237.2550
HexA350AF73601F1242532
Octal2431202577660374444562
Binary10100011101000010101111111110110011111100100100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A350AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A350AF; }

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

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

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

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

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

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

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

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