#A165BF

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

Shades of Deep Lilac #A165BF

Tints of Deep Lilac #A165BF

Color information

#A165BF (or 0xA165BF) is unknown color: approx Deep Lilac. HEX triplet: A1, 65 and BF. RGB value is (161,101,191). Sum of RGB (Red+Green+Blue) = 161+101+191=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #A165BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165BF is #5E9A40. Grayscale: #808080. Windows color (decimal): -6199873 or 12543393. OLE color: 12543393.

HSL color Cylindrical-coordinate representation of color #A165BF: hue angle of 280º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A165BF is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161101191-
CMYK0.160.4700.25
HSL280º41.28%57.25%-
HSV(B)280º47.12%74.9%-
XYZ28.7620.6551.76-
YUV129.2162.88150.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 191 (75% from 255) = 42.16%
R=35.54%
G=22.30%
B=42.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611011910.160.4700.2528041.2857.25
HexA165BF102F0191182939
Octal24114527720570314305171
Binary1010000111001011011111110000101111011001100011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A165BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A165BF; }

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

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

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

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

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

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

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

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