#A165BD

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

Shades of Deep Lilac #A165BD

Tints of Deep Lilac #A165BD

Color information

#A165BD (or 0xA165BD) is unknown color: approx Deep Lilac. HEX triplet: A1, 65 and BD. RGB value is (161,101,189). Sum of RGB (Red+Green+Blue) = 161+101+189=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #A165BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165BD is #5E9A42. Grayscale: #808080. Windows color (decimal): -6199875 or 12412321. OLE color: 12412321.

HSL color Cylindrical-coordinate representation of color #A165BD: hue angle of 280.91º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A165BD is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161101189-
CMYK0.150.4700.26
HSL280.91º40%56.86%-
HSV(B)280.91º46.56%74.12%-
XYZ28.5420.5650.61-
YUV128.97161.88150.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 101 (39.84% from 255) = 22.39%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=35.70%
G=22.39%
B=41.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611011890.150.4700.26280.914056.86
HexA165BDF2F01A1192839
Octal24114527517570324315071
Binary101000011100101101111011111101111011010100011001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A165BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A165BD; }

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

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

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

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

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

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

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

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