#A165BE

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

Shades of Deep Lilac #A165BE

Tints of Deep Lilac #A165BE

Color information

#A165BE (or 0xA165BE) is unknown color: approx Deep Lilac. HEX triplet: A1, 65 and BE. RGB value is (161,101,190). Sum of RGB (Red+Green+Blue) = 161+101+190=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #A165BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165BE is #5E9A41. Grayscale: #808080. Windows color (decimal): -6199874 or 12477857. OLE color: 12477857.

HSL color Cylindrical-coordinate representation of color #A165BE: hue angle of 280.45º 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 #A165BE is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161101190-
CMYK0.150.4700.25
HSL280.45º40.64%57.06%-
HSV(B)280.45º46.84%74.51%-
XYZ28.6520.651.18-
YUV129.09162.38150.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 101 (39.84% from 255) = 22.35%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=35.62%
G=22.35%
B=42.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611011900.150.4700.25280.4540.6457.06
HexA165BEF2F0191182939
Octal24114527617570314305171
Binary101000011100101101111101111101111011001100011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A165BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A165BE; }

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

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

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

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

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

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

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

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