#A146AF

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

Shades of Deep Lilac #A146AF

Tints of Deep Lilac #A146AF

Color information

#A146AF (or 0xA146AF) is unknown color: approx Deep Lilac. HEX triplet: A1, 46 and AF. RGB value is (161,70,175). Sum of RGB (Red+Green+Blue) = 161+70+175=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #A146AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A146AF is #5EB950. Grayscale: #6C6C6C. Windows color (decimal): -6207825 or 11486881. OLE color: 11486881.

HSL color Cylindrical-coordinate representation of color #A146AF: hue angle of 292º 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 #A146AF is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16170175-
CMYK0.080.6000.31
HSL292º42.86%48.04%-
HSV(B)292º60%68.63%-
XYZ24.6315.0542.16-
YUV109.18165.15164.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 70 (27.73% from 255) = 17.24%
BLUE value IS 175 (68.75% from 255) = 43.10%
R=39.66%
G=17.24%
B=43.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161701750.080.6000.3129242.8648.04
HexA146AF83C01F1242b30
Octal24110625710740374445360
Binary101000011000110101011111000111100011111100100100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A146AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A146AF; }

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

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

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

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

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

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

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

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