#A165B2

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

Shades of Deep Lilac #A165B2

Tints of Deep Lilac #A165B2

Color information

#A165B2 (or 0xA165B2) is unknown color: approx Deep Lilac. HEX triplet: A1, 65 and B2. RGB value is (161,101,178). Sum of RGB (Red+Green+Blue) = 161+101+178=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 178 - color contains mainly: blue. Hex color #A165B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A165B2 is #5E9A4D. Grayscale: #7F7F7F. Windows color (decimal): -6199886 or 11691425. OLE color: 11691425.

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

Color convert

RGB161101178-
CMYK0.100.4300.30
HSL286.75º33.33%54.71%-
HSV(B)286.75º43.26%69.8%-
XYZ27.3920.144.56-
YUV127.72156.38151.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 178 (69.92% from 255) = 40.45%
R=36.59%
G=22.95%
B=40.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611011780.100.4300.30286.7533.3354.71
HexA165B2A2B01E11f2137
Octal24114526212530364374167
Binary101000011100101101100101010101011011110100011111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A165B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A165B2; }

 p { color: rgb(161,101,178); }

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

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

 a { background-color: rgb(161,101,178); }

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

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

 span { border-color: rgb(161,101,178); }

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