#A168B3

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

Shades of Deep Lilac #A168B3

Tints of Deep Lilac #A168B3

Color information

#A168B3 (or 0xA168B3) is unknown color: approx Deep Lilac. HEX triplet: A1, 68 and B3. RGB value is (161,104,179). Sum of RGB (Red+Green+Blue) = 161+104+179=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 179 - color contains mainly: blue. Hex color #A168B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168B3 is #5E974C. Grayscale: #818181. Windows color (decimal): -6199117 or 11757729. OLE color: 11757729.

HSL color Cylindrical-coordinate representation of color #A168B3: hue angle of 285.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A168B3 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB161104179-
CMYK0.100.4200.30
HSL285.6º33.04%55.49%-
HSV(B)285.6º41.9%70.2%-
XYZ27.7820.7345.19-
YUV129.59155.88150.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 179 (70.31% from 255) = 40.32%
R=36.26%
G=23.42%
B=40.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611041790.100.4200.30285.633.0455.49
HexA168B3A2A01E11e2137
Octal24115026312520364364167
Binary101000011101000101100111010101010011110100011110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A168B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A168B3; }

 p { color: rgb(161,104,179); }

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

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

 a { background-color: rgb(161,104,179); }

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

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

 span { border-color: rgb(161,104,179); }

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